@font-face {
	font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}

@font-face {
	font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}

@font-face {
	font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}

@font-face {
	font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMQg.ttf) format('truetype');
}

@font-face {
	font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuXMQg.ttf) format('truetype');
}

@-webkit-keyframes flash {
	0% {
		opacity: 1
	}

	25% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	75% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes flash {
	0% {
		opacity: 1
	}

	25% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	75% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(0)
	}

	20% {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-30px)
	}

	50% {
		transform: translateY(0)
	}

	60% {
		transform: translateY(-15px)
	}

	80% {
		transform: translateY(0)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes bounce {
	0% {
		transform: translateY(0)
	}

	20% {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-30px)
	}

	50% {
		transform: translateY(0)
	}

	60% {
		transform: translateY(-15px)
	}

	80% {
		transform: translateY(0)
	}

	to {
		transform: translateY(0)
	}
}

@-webkit-keyframes shake {
	0% {
		transform: translateX(0)
	}

	10% {
		transform: translateX(-10px)
	}

	20% {
		transform: translateX(10px)
	}

	30% {
		transform: translateX(-10px)
	}

	40% {
		transform: translateX(10px)
	}

	50% {
		transform: translateX(-10px)
	}

	60% {
		transform: translateX(10px)
	}

	70% {
		transform: translateX(-10px)
	}

	80% {
		transform: translateX(10px)
	}

	90% {
		transform: translateX(-10px)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes shake {
	0% {
		transform: translateX(0)
	}

	10% {
		transform: translateX(-10px)
	}

	20% {
		transform: translateX(10px)
	}

	30% {
		transform: translateX(-10px)
	}

	40% {
		transform: translateX(10px)
	}

	50% {
		transform: translateX(-10px)
	}

	60% {
		transform: translateX(10px)
	}

	70% {
		transform: translateX(-10px)
	}

	80% {
		transform: translateX(10px)
	}

	90% {
		transform: translateX(-10px)
	}

	to {
		transform: translateX(0)
	}
}

@-webkit-keyframes tada {
	0% {
		transform: scale(1)
	}

	10% {
		transform: scale(.9) rotate(-3deg)
	}

	20% {
		transform: scale(.9) rotate(-3deg)
	}

	30% {
		transform: scale(1.1) rotate(3deg)
	}

	40% {
		transform: scale(1.1) rotate(-3deg)
	}

	50% {
		transform: scale(1.1) rotate(3deg)
	}

	60% {
		transform: scale(1.1) rotate(-3deg)
	}

	70% {
		transform: scale(1.1) rotate(3deg)
	}

	80% {
		transform: scale(1.1) rotate(-3deg)
	}

	90% {
		transform: scale(1.1) rotate(3deg)
	}

	to {
		transform: scale(1) rotate(0)
	}
}

@keyframes tada {
	0% {
		transform: scale(1)
	}

	10% {
		transform: scale(.9) rotate(-3deg)
	}

	20% {
		transform: scale(.9) rotate(-3deg)
	}

	30% {
		transform: scale(1.1) rotate(3deg)
	}

	40% {
		transform: scale(1.1) rotate(-3deg)
	}

	50% {
		transform: scale(1.1) rotate(3deg)
	}

	60% {
		transform: scale(1.1) rotate(-3deg)
	}

	70% {
		transform: scale(1.1) rotate(3deg)
	}

	80% {
		transform: scale(1.1) rotate(-3deg)
	}

	90% {
		transform: scale(1.1) rotate(3deg)
	}

	to {
		transform: scale(1) rotate(0)
	}
}

@-webkit-keyframes swing {
	20%,40%,60%,80%,to {
		transform-origin: top center 50%
	}

	20% {
		transform: rotate(15deg)
	}

	40% {
		transform: rotate(-10deg)
	}

	60% {
		transform: rotate(5deg)
	}

	80% {
		transform: rotate(-5deg)
	}

	to {
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20%,40%,60%,80%,to {
		transform-origin: top center 50%
	}

	20% {
		transform: rotate(15deg)
	}

	40% {
		transform: rotate(-10deg)
	}

	60% {
		transform: rotate(5deg)
	}

	80% {
		transform: rotate(-5deg)
	}

	to {
		transform: rotate(0deg)
	}
}

@-webkit-keyframes wobble {
	0% {
		transform: translateX(0)
	}

	15% {
		transform: translateX(-25%) rotate(-5deg)
	}

	30% {
		transform: translateX(20%) rotate(3deg)
	}

	45% {
		transform: translateX(-15%) rotate(-3deg)
	}

	60% {
		transform: translateX(10%) rotate(2deg)
	}

	75% {
		transform: translateX(-5%) rotate(-1deg)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes wobble {
	0% {
		transform: translateX(0)
	}

	15% {
		transform: translateX(-25%) rotate(-5deg)
	}

	30% {
		transform: translateX(20%) rotate(3deg)
	}

	45% {
		transform: translateX(-15%) rotate(-3deg)
	}

	60% {
		transform: translateX(10%) rotate(2deg)
	}

	75% {
		transform: translateX(-5%) rotate(-1deg)
	}

	to {
		transform: translateX(0)
	}
}

@-webkit-keyframes pulse {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.1)
	}

	to {
		transform: scale(1)
	}
}

@keyframes pulse {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.1)
	}

	to {
		transform: scale(1)
	}
}

@-webkit-keyframes wiggle {
	0% {
		transform: skewX(9deg)
	}

	10% {
		transform: skewX(-8deg)
	}

	20% {
		transform: skewX(7deg)
	}

	30% {
		transform: skewX(-6deg)
	}

	40% {
		transform: skewX(5deg)
	}

	50% {
		transform: skewX(-4deg)
	}

	60% {
		transform: skewX(3deg)
	}

	70% {
		transform: skewX(-2deg)
	}

	80% {
		transform: skewX(1deg)
	}

	90% {
		transform: skewX(0deg)
	}

	to {
		transform: skewX(0deg)
	}
}

@keyframes wiggle {
	0% {
		transform: skewX(9deg)
	}

	10% {
		transform: skewX(-8deg)
	}

	20% {
		transform: skewX(7deg)
	}

	30% {
		transform: skewX(-6deg)
	}

	40% {
		transform: skewX(5deg)
	}

	50% {
		transform: skewX(-4deg)
	}

	60% {
		transform: skewX(3deg)
	}

	70% {
		transform: skewX(-2deg)
	}

	80% {
		transform: skewX(1deg)
	}

	90% {
		transform: skewX(0deg)
	}

	to {
		transform: skewX(0deg)
	}
}

@-webkit-keyframes bounceOut {
	0% {
		transform: scale(1)
	}

	25% {
		transform: scale(.95)
	}

	50% {
		opacity: 1;
		transform: scale(1.1)
	}

	to {
		opacity: 0;
		transform: scale(.3)
	}
}

@keyframes bounceOut {
	0% {
		transform: scale(1)
	}

	25% {
		transform: scale(.95)
	}

	50% {
		opacity: 1;
		transform: scale(1.1)
	}

	to {
		opacity: 0;
		transform: scale(.3)
	}
}

@-webkit-keyframes bounceOutUp {
	0% {
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		transform: translateY(20px)
	}

	to {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		transform: translateY(20px)
	}

	to {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

@-webkit-keyframes bounceOutDown {
	0% {
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		transform: translateY(-20px)
	}

	to {
		opacity: 0;
		transform: translateY(2000px)
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		transform: translateY(-20px)
	}

	to {
		opacity: 0;
		transform: translateY(2000px)
	}
}

@-webkit-keyframes bounceOutLeft {
	0% {
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		transform: translateX(20px)
	}

	to {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		transform: translateX(20px)
	}

	to {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

@-webkit-keyframes bounceOutRight {
	0% {
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		transform: translateX(-20px)
	}

	to {
		opacity: 0;
		transform: translateX(2000px)
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		transform: translateX(-20px)
	}

	to {
		opacity: 0;
		transform: translateX(2000px)
	}
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3)
	}

	50% {
		opacity: 1;
		transform: scale(1.05)
	}

	70% {
		transform: scale(.9)
	}

	to {
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3)
	}

	50% {
		opacity: 1;
		transform: scale(1.05)
	}

	70% {
		transform: scale(.9)
	}

	to {
		transform: scale(1)
	}
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		transform: translateY(30px)
	}

	80% {
		transform: translateY(-10px)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		transform: translateY(30px)
	}

	80% {
		transform: translateY(-10px)
	}

	to {
		transform: translateY(0)
	}
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px)
	}

	60% {
		opacity: 1;
		transform: translateY(-30px)
	}

	80% {
		transform: translateY(10px)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px)
	}

	60% {
		opacity: 1;
		transform: translateY(-30px)
	}

	80% {
		transform: translateY(10px)
	}

	to {
		transform: translateY(0)
	}
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}

	60% {
		opacity: 1;
		transform: translateX(-30px)
	}

	80% {
		transform: translateX(10px)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}

	60% {
		opacity: 1;
		transform: translateX(-30px)
	}

	80% {
		transform: translateX(10px)
	}

	to {
		transform: translateX(0)
	}
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}

	60% {
		opacity: 1;
		transform: translateX(30px)
	}

	80% {
		transform: translateX(-10px)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}

	60% {
		opacity: 1;
		transform: translateX(30px)
	}

	80% {
		transform: translateX(-10px)
	}

	to {
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes fadeOutUp {
	0% {
		transform: translateY(0);
		opacity: 1
	}

	to {
		transform: translateY(-20px);
		opacity: 0
	}
}

@keyframes fadeOutUp {
	0% {
		transform: translateY(0);
		opacity: 1
	}

	to {
		transform: translateY(-20px);
		opacity: 0
	}
}

@-webkit-keyframes fadeOutDown {
	0% {
		transform: translateY(0);
		opacity: 1
	}

	to {
		transform: translateY(20px);
		opacity: 0
	}
}

@keyframes fadeOutDown {
	0% {
		transform: translateY(0);
		opacity: 1
	}

	to {
		transform: translateY(20px);
		opacity: 0
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		transform: translateX(0);
		opacity: 1
	}

	to {
		transform: translateX(20px);
		opacity: 0
	}
}

@keyframes fadeOutRight {
	0% {
		transform: translateX(0);
		opacity: 1
	}

	to {
		transform: translateX(20px);
		opacity: 0
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		transform: translateX(0);
		opacity: 1
	}

	to {
		transform: translateX(-20px);
		opacity: 0
	}
}

@keyframes fadeOutLeft {
	0% {
		transform: translateX(0);
		opacity: 1
	}

	to {

		transform: translateX(-20px);
		opacity: 0
	}
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		transform: translateY(0);
		opacity: 1
	}

	to {
		transform: translateY(-2000px);
		opacity: 0
	}
}

@keyframes fadeOutUpBig {
	0% {
		transform: translateY(0);
		opacity: 1
	}

	to {
		transform: translateY(-2000px);
		opacity: 0
	}
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	to {
		opacity: 0;
		transform: translateY(2000px)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	to {
		opacity: 0;
		transform: translateY(2000px)
	}
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(2000px)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(2000px)
	}
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		transform: translateY(20px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fadeInUp {
	0% {
		transform: translateY(20px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		transform: translateY(-20px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fadeInDown {
	0% {
		transform: translateY(-20px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		transform: translateX(20px);
		opacity: 0
	}

	to {
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes fadeInRight {
	0% {
		transform: translateX(20px);
		opacity: 0
	}

	to {
		transform: translateX(0);
		opacity: 1
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		transform: translateX(-20px);
		opacity: 0
	}

	to {
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes fadeInLeft {
	0% {
		transform: translateX(-20px);
		opacity: 0
	}

	to {
		transform: translateX(0);
		opacity: 1
	}
}

@-webkit-keyframes fadeInUpBig {
	0% {
		transform: translateY(2000px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fadeInUpBig {
	0% {
		transform: translateY(2000px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@-webkit-keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		transform: perspective(400px) rotateY(1turn) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		transform: perspective(400px) rotateY(1turn) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@-webkit-keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		transform: perspective(400px) rotateX(10deg)
	}

	to {
		transform: perspective(400px) rotateX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		transform: perspective(400px) rotateX(10deg)
	}

	to {
		transform: perspective(400px) rotateX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}
}

@-webkit-keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotateX(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotateX(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}
}

@-webkit-keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		transform: perspective(400px) rotateY(10deg)
	}

	to {
		transform: perspective(400px) rotateY(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}
}

@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		transform: perspective(400px) rotateY(10deg)
	}

	to {
		transform: perspective(400px) rotateY(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}
}

@-webkit-keyframes flipOutY {
	0% {
		transform: perspective(400px) rotateY(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotateY(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		transform: perspective(400px) rotateY(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotateY(90deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}
}

@-webkit-keyframes lightSpeedIn {
	0% {
		transform: translateX(100%) skewX(-30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}

	60% {
		transform: translateX(-20%) skewX(30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}

	80% {
		transform: translateX(0) skewX(-15deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}

	to {
		transform: translateX(0) skewX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		transform: translateX(100%) skewX(-30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}

	60% {
		transform: translateX(-20%) skewX(30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}

	80% {
		transform: translateX(0) skewX(-15deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}

	to {
		transform: translateX(0) skewX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}
}

@-webkit-keyframes lightSpeedOut {
	0% {
		transform: translateX(0) skewX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}

	to {
		transform: translateX(100%) skewX(-30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		transform: translateX(0) skewX(0deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1
	}

	to {
		transform: translateX(100%) skewX(-30deg);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}
}

@-webkit-keyframes rotateOut {
	0% {
		transform-origin: center center 50%;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: center center 50%;
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center 50%;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: center center 50%;
		transform: rotate(200deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom 50%;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: left bottom 50%;
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom 50%;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: left bottom 50%;
		transform: rotate(90deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom 50%;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: left bottom 50%;
		transform: rotate(-90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom 50%;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: left bottom 50%;
		transform: rotate(-90deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom 50%;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: right bottom 50%;
		transform: rotate(-90deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom 50%;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: right bottom 50%;
		transform: rotate(-90deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom 50%;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: right bottom 50%;
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom 50%;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: right bottom 50%;
		transform: rotate(90deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateIn {
	0% {
		transform-origin: center center 50%;
		transform: rotate(-200deg);
		opacity: 0
	}

	to {
		transform-origin: center center 50%;
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		transform-origin: center center 50%;
		transform: rotate(-200deg);
		opacity: 0
	}

	to {
		transform-origin: center center 50%;
		transform: rotate(0);
		opacity: 1
	}
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom 50%;
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom 50%;
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom 50%;
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom 50%;
		transform: rotate(0);
		opacity: 1
	}
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom 50%;
		transform: rotate(90deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom 50%;
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom 50%;
		transform: rotate(90deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom 50%;
		transform: rotate(0);
		opacity: 1
	}
}

@-webkit-keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom 50%;
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom 50%;
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom 50%;
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom 50%;
		transform: rotate(0);
		opacity: 1
	}
}

@-webkit-keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom 50%;
		transform: rotate(90deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom 50%;
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom 50%;
		transform: rotate(90deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom 50%;
		transform: rotate(0);
		opacity: 1
	}
}

@-webkit-keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,60% {
		transform: rotate(80deg);
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40% {
		transform: rotate(60deg);
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	80% {
		transform: rotate(60deg) translateY(0);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	to {
		transform: translateY(700px);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,60% {
		transform: rotate(80deg);
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40% {
		transform: rotate(60deg);
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	80% {
		transform: rotate(60deg) translateY(0);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		transform-origin: top left 50%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	to {
		transform: translateY(700px);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}
}

@-webkit-keyframes rollIn {
	0% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg)
	}

	to {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		transform: translateX(0) rotate(0deg)
	}
}

@keyframes rollIn {
	0% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg)
	}

	to {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		transform: translateX(0) rotate(0deg)
	}
}

@-webkit-keyframes rollOut {
	0% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		transform: translateX(0) rotate(0deg)
	}

	to {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg)
	}
}

@keyframes rollOut {
	0% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		transform: translateX(0) rotate(0deg)
	}

	to {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg)
	}
}

@media print,screen and (min-width:40em) {
	.reveal,.reveal.large,.reveal.small,.reveal.tiny {
		right: auto;
		left: auto;
		margin: 0 auto
	}
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	overflow: visible
}

pre {
	font-family: monospace,monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,strong {
	font-weight: bolder
}

code,kbd,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,input,optgroup,select,textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}[type=button],[type=reset],[type=submit],button {
	-webkit-appearance: button
}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0
}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0
}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto
}[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}[hidden],template {
	display: none
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=56em&xlarge=75em&xxlarge=90em"
}

html {
	box-sizing: border-box;
	font-size: 16px
}

*,:after,:before {
	box-sizing: inherit
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Open Sans,sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #636669;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0
}

select {
	box-sizing: border-box;
	width: 100%
}

.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object {
	max-width: none!important
}

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	cursor: auto
}[data-whatinput=mouse] button {
	outline: 0
}

pre {
	overflow: auto
}

button,input,optgroup,select,textarea {
	font-family: inherit
}

.is-visible {
	display: block!important
}

.is-hidden {
	display: none!important
}

.main-nav,.row {
	max-width: 71.25rem;
	margin-right: auto;
	margin-left: auto
}

.main-nav:after,.main-nav:before,.row:after,.row:before {
	display: table;
	content: " "
}

.main-nav:after,.row:after {
	clear: both
}

.collapse.main-nav>.column,.collapse.main-nav>.columns,.row.collapse>.column,.row.collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.main-nav .main-nav,.main-nav .row,.row .main-nav,.row .row {
	margin-right: -.625rem;
	margin-left: -.625rem
}

@media print,screen and (min-width:40em) {
	.main-nav .main-nav,.main-nav .row,.row .main-nav,.row .row {
		margin-right: -.9375rem;
		margin-left: -.9375rem
	}
}

@media print,screen and (min-width:56em) {
	.main-nav .main-nav,.main-nav .row,.row .main-nav,.row .row {
		margin-right: -.9375rem;
		margin-left: -.9375rem
	}
}

@media screen and (min-width:75em) {
	.main-nav .main-nav,.main-nav .row,.row .main-nav,.row .row {
		margin-right: -.9375rem;
		margin-left: -.9375rem
	}
}

.main-nav .collapse.main-nav,.main-nav .row.collapse,.row .collapse.main-nav,.row .row.collapse {
	margin-right: 0;
	margin-left: 0
}

.expanded.main-nav,.row.expanded {
	max-width: none
}

.expanded.main-nav .main-nav,.expanded.main-nav .row,.row.expanded .main-nav,.row.expanded .row {
	margin-right: auto;
	margin-left: auto
	
}

.main-nav:not(.expanded) .main-nav,.main-nav:not(.expanded) .row,.row:not(.expanded) .main-nav,.row:not(.expanded) .row {
	max-width: none
}

.gutter-small.main-nav>.column,.gutter-small.main-nav>.columns,.row.gutter-small>.column,.row.gutter-small>.columns {
	padding-right: .625rem;
	padding-left: .625rem
}

.gutter-medium.main-nav>.column,.gutter-medium.main-nav>.columns,.row.gutter-medium>.column,.row.gutter-medium>.columns {
	padding-right: .9375rem;
	padding-left: .9375rem
}

.column,.columns {
	width: 100%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem
}

@media print,screen and (min-width:40em) {
	.column,.columns {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

.column,.column:last-child:not(:first-child),.columns,.columns:last-child:not(:first-child) {
	float: left;
	clear: none
}

.column:last-child:not(:first-child),.columns:last-child:not(:first-child) {
	/*float: right*/
}

.column.end:last-child:last-child,.end.columns:last-child:last-child {
	float: left
}

.column.main-nav,.column.row.row,.columns.main-nav,.row.row.columns {
	float: none
}

.main-nav .column.main-nav,.main-nav .column.row.row,.main-nav .columns.main-nav,.main-nav .row.row.columns,.row .column.main-nav,.row .column.row.row,.row .columns.main-nav,.row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}

.small-1 {
	width: 8.33333%
}

.small-push-1 {
	position: relative;
	left: 8.33333%
}

.small-pull-1 {
	position: relative;
	left: -8.33333%
}

.small-offset-0 {
	margin-left: 0
}

.small-2 {
	width: 16.66667%
}

.small-push-2 {
	position: relative;
	left: 16.66667%
}

.small-pull-2 {
	position: relative;
	left: -16.66667%
}

.small-offset-1 {
	margin-left: 8.33333%
}

.small-3 {
	width: 25%
}

.small-push-3 {
	position: relative;
	left: 25%
}

.small-pull-3 {
	position: relative;
	left: -25%
}

.small-offset-2 {
	margin-left: 16.66667%
}

.small-4 {
	width: 33.33333%
}

.small-push-4 {
	position: relative;
	left: 33.33333%
}

.small-pull-4 {
	position: relative;
	left: -33.33333%
}

.small-offset-3 {
	margin-left: 25%
}

.small-5 {
	width: 41.66667%
}

.small-push-5 {
	position: relative;
	left: 41.66667%
}

.small-pull-5 {
	position: relative;
	left: -41.66667%
}

.small-offset-4 {
	margin-left: 33.33333%
}

.small-6 {
	width: 50%
}

.small-push-6 {
	position: relative;
	left: 50%
}

.small-pull-6 {
	position: relative;
	left: -50%
}

.small-offset-5 {
	margin-left: 41.66667%
}

.small-7 {
	width: 58.33333%
}

.small-push-7 {
	position: relative;
	left: 58.33333%
}

.small-pull-7 {
	position: relative;
	left: -58.33333%
}

.small-offset-6 {
	margin-left: 50%
}

.small-8 {
	width: 66.66667%
}

.small-push-8 {
	position: relative;
	left: 66.66667%
}

.small-pull-8 {
	position: relative;
	left: -66.66667%
}

.small-offset-7 {
	margin-left: 58.33333%
}

.small-9 {
	width: 75%
}

.small-push-9 {
	position: relative;
	left: 75%
}

.small-pull-9 {
	position: relative;
	left: -75%
}

.small-offset-8 {
	margin-left: 66.66667%
}

.small-10 {
	width: 83.33333%
}

.small-push-10 {
	position: relative;
	left: 83.33333%
}

.small-pull-10 {
	position: relative;
	left: -83.33333%
}

.small-offset-9 {
	margin-left: 75%
}

.small-11 {
	width: 91.66667%
}

.small-push-11 {
	position: relative;
	left: 91.66667%
}

.small-pull-11 {
	position: relative;
	left: -91.66667%
}

.small-offset-10 {
	margin-left: 83.33333%
}

.small-12 {
	width: 100%
}

.small-offset-11 {
	margin-left: 91.66667%
}

.small-up-1>.column,.small-up-1>.columns {
	float: left;
	width: 100%
}

.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1) {
	clear: both
}

.small-up-1>.column:last-child,.small-up-1>.columns:last-child {
	float: left
}

.small-up-2>.column,.small-up-2>.columns {
	float: left;
	width: 50%
}

.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-2>.column:nth-of-type(odd),.small-up-2>.columns:nth-of-type(odd) {
	clear: both
}

.small-up-2>.column:last-child,.small-up-2>.columns:last-child {
	float: left
}

.small-up-3>.column,.small-up-3>.columns {
	float: left;
	width: 33.33333%
}

.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1) {
	clear: both
}

.small-up-3>.column:last-child,.small-up-3>.columns:last-child {
	float: left
}

.small-up-4>.column,.small-up-4>.columns {
	float: left;
	width: 25%
}

.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1) {
	clear: both
}

.small-up-4>.column:last-child,.small-up-4>.columns:last-child {
	float: left
}

.small-up-5>.column,.small-up-5>.columns {
	float: left;
	width: 20%
}

.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1) {
	clear: both
}

.small-up-5>.column:last-child,.small-up-5>.columns:last-child {
	float: left
}

.small-up-6>.column,.small-up-6>.columns {
	float: left;
	width: 16.66667%
}

.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1) {
	clear: both
}

.small-up-6>.column:last-child,.small-up-6>.columns:last-child {
	float: left
}

.small-up-7>.column,.small-up-7>.columns {
	float: left;
	width: 14.28571%
}

.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1) {
	clear: both
}

.small-up-7>.column:last-child,.small-up-7>.columns:last-child {
	float: left
}

.small-up-8>.column,.small-up-8>.columns {
	float: left;
	width: 12.5%
}

.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1) {
	clear: both
}

.small-up-8>.column:last-child,.small-up-8>.columns:last-child {
	float: left
}

.small-collapse>.column,.small-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.expanded.main-nav .small-collapse.main-nav,.expanded.main-nav .small-collapse.row,.expanded.row .small-collapse.main-nav,.expanded.row .small-collapse.row,.small-collapse .main-nav,.small-collapse .row {
	margin-right: 0;
	margin-left: 0
}

.small-uncollapse>.column,.small-uncollapse>.columns {
	padding-right: .625rem;
	padding-left: .625rem
}

.small-centered {
	margin-right: auto;
	margin-left: auto
}

.small-centered,.small-centered:last-child:not(:first-child) {
	float: none;
	clear: both
}

.small-pull-0,.small-push-0,.small-uncentered {
	position: static;
	margin-right: 0;
	margin-left: 0
}

.small-pull-0,.small-pull-0:last-child:not(:first-child),.small-push-0,.small-push-0:last-child:not(:first-child),.small-uncentered,.small-uncentered:last-child:not(:first-child) {
	float: left;
	clear: none
}

.small-pull-0:last-child:not(:first-child),.small-push-0:last-child:not(:first-child),.small-uncentered:last-child:not(:first-child) {
	float: right
}

@media print,screen and (min-width:40em) {
	.medium-1 {
		width: 8.33333%
	}

	.medium-push-1 {
		position: relative;
		left: 8.33333%
	}

	.medium-pull-1 {
		position: relative;
		left: -8.33333%
	}

	.medium-offset-0 {
		margin-left: 0
	}

	.medium-2 {
		width: 16.66667%
	}

	.medium-push-2 {
		position: relative;
		left: 16.66667%
	}

	.medium-pull-2 {
		position: relative;
		left: -16.66667%
	}

	.medium-offset-1 {
		margin-left: 8.33333%
	}

	.medium-3 {
		width: 25%
	}

	.medium-push-3 {
		position: relative;
		left: 25%
	}

	.medium-pull-3 {
		position: relative;
		left: -25%
	}

	.medium-offset-2 {
		margin-left: 16.66667%
	}

	.medium-4 {
		width: 33.33333%
	}

	.medium-push-4 {
		position: relative;
		left: 33.33333%
	}

	.medium-pull-4 {
		position: relative;
		left: -33.33333%
	}

	.medium-offset-3 {
		margin-left: 25%
	}

	.medium-5 {
		width: 41.66667%
	}

	.medium-push-5 {
		position: relative;
		left: 41.66667%
	}

	.medium-pull-5 {
		position: relative;
		left: -41.66667%
	}

	.medium-offset-4 {
		margin-left: 33.33333%
	}

	.medium-6 {
		width: 50%
	}

	.medium-push-6 {
		position: relative;
		left: 50%
	}

	.medium-pull-6 {
		position: relative;
		left: -50%
	}

	.medium-offset-5 {
		margin-left: 41.66667%
	}

	.medium-7 {
		width: 58.33333%
	}

	.medium-push-7 {
		position: relative;
		left: 58.33333%
	}

	.medium-pull-7 {
		position: relative;
		left: -58.33333%
	}

	.medium-offset-6 {
		margin-left: 50%
	}

	.medium-8 {
		width: 66.66667%
	}

	.medium-push-8 {
		position: relative;
		left: 66.66667%
	}

	.medium-pull-8 {
		position: relative;
		left: -66.66667%
	}

	.medium-offset-7 {
		margin-left: 58.33333%
	}

	.medium-9 {
		width: 75%
	}

	.medium-push-9 {
		position: relative;
		left: 75%
	}

	.medium-pull-9 {
		position: relative;
		left: -75%
	}

	.medium-offset-8 {
		margin-left: 66.66667%
	}

	.medium-10 {
		width: 83.33333%
	}

	.medium-push-10 {
		position: relative;
		left: 83.33333%
	}

	.medium-pull-10 {
		position: relative;
		left: -83.33333%
	}

	.medium-offset-9 {
		margin-left: 75%
	}

	.medium-11 {
		width: 91.66667%
	}

	.medium-push-11 {
		position: relative;
		left: 91.66667%
	}

	.medium-pull-11 {
		position: relative;
		left: -91.66667%
	}

	.medium-offset-10 {
		margin-left: 83.33333%
	}

	.medium-12 {
		width: 100%
	}

	.medium-offset-11 {
		margin-left: 91.66667%
	}

	.medium-up-1>.column,.medium-up-1>.columns {
		float: left;
		width: 100%
	}

	.medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1) {
		clear: both
	}

	.medium-up-1>.column:last-child,.medium-up-1>.columns:last-child {
		float: left
	}

	.medium-up-2>.column,.medium-up-2>.columns {
		float: left;
		width: 50%
	}

	.medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-2>.column:nth-of-type(odd),.medium-up-2>.columns:nth-of-type(odd) {
		clear: both
	}

	.medium-up-2>.column:last-child,.medium-up-2>.columns:last-child {
		float: left
	}

	.medium-up-3>.column,.medium-up-3>.columns {
		float: left;
		width: 33.33333%
	}

	.medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1) {
		clear: both
	}

	.medium-up-3>.column:last-child,.medium-up-3>.columns:last-child {
		float: left
	}

	.medium-up-4>.column,.medium-up-4>.columns {
		float: left;
		width: 25%
	}

	.medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1) {
		clear: both
	}

	.medium-up-4>.column:last-child,.medium-up-4>.columns:last-child {
		float: left
	}

	.medium-up-5>.column,.medium-up-5>.columns {
		float: left;
		width: 20%
	}

	.medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1) {
		clear: both
	}

	.medium-up-5>.column:last-child,.medium-up-5>.columns:last-child {
		float: left
	}

	.medium-up-6>.column,.medium-up-6>.columns {
		float: left;
		width: 16.66667%
	}

	.medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1) {
		clear: both
	}

	.medium-up-6>.column:last-child,.medium-up-6>.columns:last-child {
		float: left
	}

	.medium-up-7>.column,.medium-up-7>.columns {
		float: left;
		width: 14.28571%
	}

	.medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1) {
		clear: both
	}

	.medium-up-7>.column:last-child,.medium-up-7>.columns:last-child {
		float: left
	}

	.medium-up-8>.column,.medium-up-8>.columns {
		float: left;
		width: 12.5%
	}

	.medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1) {
		clear: both
	}

	.medium-up-8>.column:last-child,.medium-up-8>.columns:last-child {
		float: left
	}

	.medium-collapse>.column,.medium-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}

	.expanded.main-nav .medium-collapse.main-nav,.expanded.main-nav .medium-collapse.row,.expanded.row .medium-collapse.main-nav,.expanded.row .medium-collapse.row,.medium-collapse .main-nav,.medium-collapse .row {
		margin-right: 0;
		margin-left: 0
	}

	.medium-uncollapse>.column,.medium-uncollapse>.columns {
		padding-right: .9375rem;
		padding-left: .9375rem
	}

	.medium-centered {
		margin-right: auto;
		margin-left: auto
	}

	.medium-centered,.medium-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}

	.medium-pull-0,.medium-push-0,.medium-uncentered {
		position: static;
		margin-right: 0;
		margin-left: 0
	}

	.medium-pull-0,.medium-pull-0:last-child:not(:first-child),.medium-push-0,.medium-push-0:last-child:not(:first-child),.medium-uncentered,.medium-uncentered:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.medium-pull-0:last-child:not(:first-child),.medium-push-0:last-child:not(:first-child),.medium-uncentered:last-child:not(:first-child) {
		float: right
	}
}

@media print,screen and (min-width:56em) {
	.large-1 {
		width: 8.33333%
	}

	.large-push-1 {
		position: relative;
		left: 8.33333%
	}

	.large-pull-1 {
		position: relative;
		left: -8.33333%
	}

	.large-offset-0 {
		margin-left: 0
	}

	.large-2 {
		width: 16.66667%
	}

	.large-push-2 {
		position: relative;
		left: 16.66667%
	}

	.large-pull-2 {
		position: relative;
		left: -16.66667%
	}

	.large-offset-1 {
		margin-left: 8.33333%
	}

	.large-3 {
		width: 25%
	}

	.large-push-3 {
		position: relative;
		left: 25%
	}

	.large-pull-3 {
		position: relative;
		left: -25%
	}

	.large-offset-2 {
		margin-left: 16.66667%
	}

	.large-4 {
		width: 33.33333%
	}

	.large-push-4 {
		position: relative;
		left: 33.33333%
	}

	.large-pull-4 {
		position: relative;
		left: -33.33333%
	}

	.large-offset-3 {
		margin-left: 25%
	}

	.large-5 {
		width: 41.66667%
	}

	.large-push-5 {
		position: relative;
		left: 41.66667%
	}

	.large-pull-5 {
		position: relative;
		left: -41.66667%
	}

	.large-offset-4 {
		margin-left: 33.33333%
	}

	.large-6 {
		width: 50%
	}

	.large-push-6 {
		position: relative;
		left: 50%
	}

	.large-pull-6 {
		position: relative;
		left: -50%
	}

	.large-offset-5 {
		margin-left: 41.66667%
	}

	.large-7 {
		width: 58.33333%
	}

	.large-push-7 {
		position: relative;
		left: 58.33333%
	}

	.large-pull-7 {
		position: relative;
		left: -58.33333%
	}

	.large-offset-6 {
		margin-left: 50%
	}

	.large-8 {
		width: 66.66667%
	}

	.large-push-8 {
		position: relative;
		left: 66.66667%
	}

	.large-pull-8 {
		position: relative;
		left: -66.66667%
	}

	.large-offset-7 {
		margin-left: 58.33333%
	}

	.large-9 {
		width: 75%
	}

	.large-push-9 {
		position: relative;
		left: 75%
	}

	.large-pull-9 {
		position: relative;
		left: -75%
	}

	.large-offset-8 {
		margin-left: 66.66667%
	}

	.large-10 {
		width: 83.33333%
	}

	.large-push-10 {
		position: relative;
		left: 83.33333%
	}

	.large-pull-10 {
		position: relative;
		left: -83.33333%
	}

	.large-offset-9 {
		margin-left: 75%
	}

	.large-11 {
		width: 91.66667%
	}

	.large-push-11 {
		position: relative;
		left: 91.66667%
	}

	.large-pull-11 {
		position: relative;
		left: -91.66667%
	}

	.large-offset-10 {
		margin-left: 83.33333%
	}

	.large-12 {
		width: 100%
	}

	.large-offset-11 {
		margin-left: 91.66667%
	}

	.large-up-1>.column,.large-up-1>.columns {
		float: left;
		width: 100%
	}

	.large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1) {
		clear: both
	}

	.large-up-1>.column:last-child,.large-up-1>.columns:last-child {
		float: left
	}

	.large-up-2>.column,.large-up-2>.columns {
		float: left;
		width: 50%
	}

	.large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-2>.column:nth-of-type(odd),.large-up-2>.columns:nth-of-type(odd) {
		clear: both
	}

	.large-up-2>.column:last-child,.large-up-2>.columns:last-child {
		float: left
	}

	.large-up-3>.column,.large-up-3>.columns {
		float: left;
		width: 33.33333%
	}

	.large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1) {
		clear: both
	}

	.large-up-3>.column:last-child,.large-up-3>.columns:last-child {
		float: left
	}

	.large-up-4>.column,.large-up-4>.columns {
		float: left;
		width: 25%
	}

	.large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1) {
		clear: both
	}

	.large-up-4>.column:last-child,.large-up-4>.columns:last-child {
		float: left
	}

	.large-up-5>.column,.large-up-5>.columns {
		float: left;
		width: 20%
	}

	.large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1) {
		clear: both
	}

	.large-up-5>.column:last-child,.large-up-5>.columns:last-child {
		float: left
	}

	.large-up-6>.column,.large-up-6>.columns {
		float: left;
		width: 16.66667%
	}

	.large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1) {
		clear: both
	}

	.large-up-6>.column:last-child,.large-up-6>.columns:last-child {
		float: left
	}

	.large-up-7>.column,.large-up-7>.columns {
		float: left;
		width: 14.28571%
	}

	.large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1) {
		clear: both
	}

	.large-up-7>.column:last-child,.large-up-7>.columns:last-child {
		float: left
	}

	.large-up-8>.column,.large-up-8>.columns {
		float: left;
		width: 12.5%
	}

	.large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1) {
		clear: both
	}

	.large-up-8>.column:last-child,.large-up-8>.columns:last-child {
		float: left
	}

	.large-collapse>.column,.large-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}

	.expanded.main-nav .large-collapse.main-nav,.expanded.main-nav .large-collapse.row,.expanded.row .large-collapse.main-nav,.expanded.row .large-collapse.row,.large-collapse .main-nav,.large-collapse .row {
		margin-right: 0;
		margin-left: 0
	}

	.large-uncollapse>.column,.large-uncollapse>.columns {
		padding-right: .9375rem;
		padding-left: .9375rem
	}

	.large-centered {
		margin-right: auto;
		margin-left: auto
	}

	.large-centered,.large-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}

	.large-pull-0,.large-push-0,.large-uncentered {
		position: static;
		margin-right: 0;
		margin-left: 0
	}

	.large-pull-0,.large-pull-0:last-child:not(:first-child),.large-push-0,.large-push-0:last-child:not(:first-child),.large-uncentered,.large-uncentered:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.large-pull-0:last-child:not(:first-child),.large-push-0:last-child:not(:first-child),.large-uncentered:last-child:not(:first-child) {
		float: right
	}
}

@media screen and (min-width:75em) {
	.xlarge-1 {
		width: 8.33333%
	}

	.xlarge-push-1 {
		position: relative;
		left: 8.33333%
	}

	.xlarge-pull-1 {
		position: relative;
		left: -8.33333%
	}

	.xlarge-offset-0 {
		margin-left: 0
	}

	.xlarge-2 {
		width: 16.66667%
	}

	.xlarge-push-2 {
		position: relative;
		left: 16.66667%
	}

	.xlarge-pull-2 {
		position: relative;
		left: -16.66667%
	}

	.xlarge-offset-1 {
		margin-left: 8.33333%
	}

	.xlarge-3 {
		width: 25%
	}

	.xlarge-push-3 {
		position: relative;
		left: 25%
	}

	.xlarge-pull-3 {
		position: relative;
		left: -25%
	}

	.xlarge-offset-2 {
		margin-left: 16.66667%
	}

	.xlarge-4 {
		width: 33.33333%
	}

	.xlarge-push-4 {
		position: relative;
		left: 33.33333%
	}

	.xlarge-pull-4 {
		position: relative;
		left: -33.33333%
	}

	.xlarge-offset-3 {
		margin-left: 25%
	}

	.xlarge-5 {
		width: 41.66667%
	}

	.xlarge-push-5 {
		position: relative;
		left: 41.66667%
	}

	.xlarge-pull-5 {
		position: relative;
		left: -41.66667%
	}

	.xlarge-offset-4 {
		margin-left: 33.33333%
	}

	.xlarge-6 {
		width: 50%
	}

	.xlarge-push-6 {
		position: relative;
		left: 50%
	}

	.xlarge-pull-6 {
		position: relative;
		left: -50%
	}

	.xlarge-offset-5 {
		margin-left: 41.66667%
	}

	.xlarge-7 {
		width: 58.33333%
	}

	.xlarge-push-7 {
		position: relative;
		left: 58.33333%
	}

	.xlarge-pull-7 {
		position: relative;
		left: -58.33333%
	}

	.xlarge-offset-6 {
		margin-left: 50%
	}

	.xlarge-8 {
		width: 66.66667%
	}

	.xlarge-push-8 {
		position: relative;
		left: 66.66667%
	}

	.xlarge-pull-8 {
		position: relative;
		left: -66.66667%
	}

	.xlarge-offset-7 {
		margin-left: 58.33333%
	}

	.xlarge-9 {
		width: 75%
	}

	.xlarge-push-9 {
		position: relative;
		left: 75%
	}

	.xlarge-pull-9 {
		position: relative;
		left: -75%
	}

	.xlarge-offset-8 {
		margin-left: 66.66667%
	}

	.xlarge-10 {
		width: 83.33333%
	}

	.xlarge-push-10 {
		position: relative;
		left: 83.33333%
	}

	.xlarge-pull-10 {
		position: relative;
		left: -83.33333%
	}

	.xlarge-offset-9 {
		margin-left: 75%
	}

	.xlarge-11 {
		width: 91.66667%
	}

	.xlarge-push-11 {
		position: relative;
		left: 91.66667%
	}

	.xlarge-pull-11 {
		position: relative;
		left: -91.66667%
	}

	.xlarge-offset-10 {
		margin-left: 83.33333%
	}

	.xlarge-12 {
		width: 100%
	}

	.xlarge-offset-11 {
		margin-left: 91.66667%
	}

	.xlarge-up-1>.column,.xlarge-up-1>.columns {
		float: left;
		width: 100%
	}

	.xlarge-up-1>.column:nth-of-type(1n),.xlarge-up-1>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-1>.column:nth-of-type(1n+1),.xlarge-up-1>.columns:nth-of-type(1n+1) {
		clear: both
	}

	.xlarge-up-1>.column:last-child,.xlarge-up-1>.columns:last-child {
		float: left
	}

	.xlarge-up-2>.column,.xlarge-up-2>.columns {
		float: left;
		width: 50%
	}

	.xlarge-up-2>.column:nth-of-type(1n),.xlarge-up-2>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-2>.column:nth-of-type(odd),.xlarge-up-2>.columns:nth-of-type(odd) {
		clear: both
	}

	.xlarge-up-2>.column:last-child,.xlarge-up-2>.columns:last-child {
		float: left
	}

	.xlarge-up-3>.column,.xlarge-up-3>.columns {
		float: left;
		width: 33.33333%
	}

	.xlarge-up-3>.column:nth-of-type(1n),.xlarge-up-3>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-3>.column:nth-of-type(3n+1),.xlarge-up-3>.columns:nth-of-type(3n+1) {
		clear: both
	}

	.xlarge-up-3>.column:last-child,.xlarge-up-3>.columns:last-child {
		float: left
	}

	.xlarge-up-4>.column,.xlarge-up-4>.columns {
		float: left;
		width: 25%
	}

	.xlarge-up-4>.column:nth-of-type(1n),.xlarge-up-4>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-4>.column:nth-of-type(4n+1),.xlarge-up-4>.columns:nth-of-type(4n+1) {
		clear: both
	}

	.xlarge-up-4>.column:last-child,.xlarge-up-4>.columns:last-child {
		float: left
	}

	.xlarge-up-5>.column,.xlarge-up-5>.columns {
		float: left;
		width: 20%
	}

	.xlarge-up-5>.column:nth-of-type(1n),.xlarge-up-5>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-5>.column:nth-of-type(5n+1),.xlarge-up-5>.columns:nth-of-type(5n+1) {
		clear: both
	}

	.xlarge-up-5>.column:last-child,.xlarge-up-5>.columns:last-child {
		float: left
	}

	.xlarge-up-6>.column,.xlarge-up-6>.columns {
		float: left;
		width: 16.66667%
	}

	.xlarge-up-6>.column:nth-of-type(1n),.xlarge-up-6>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-6>.column:nth-of-type(6n+1),.xlarge-up-6>.columns:nth-of-type(6n+1) {
		clear: both
	}

	.xlarge-up-6>.column:last-child,.xlarge-up-6>.columns:last-child {
		float: left
	}

	.xlarge-up-7>.column,.xlarge-up-7>.columns {
		float: left;
		width: 14.28571%
	}

	.xlarge-up-7>.column:nth-of-type(1n),.xlarge-up-7>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-7>.column:nth-of-type(7n+1),.xlarge-up-7>.columns:nth-of-type(7n+1) {
		clear: both
	}

	.xlarge-up-7>.column:last-child,.xlarge-up-7>.columns:last-child {
		float: left
	}

	.xlarge-up-8>.column,.xlarge-up-8>.columns {
		float: left;
		width: 12.5%
	}

	.xlarge-up-8>.column:nth-of-type(1n),.xlarge-up-8>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-8>.column:nth-of-type(8n+1),.xlarge-up-8>.columns:nth-of-type(8n+1) {
		clear: both
	}

	.xlarge-up-8>.column:last-child,.xlarge-up-8>.columns:last-child {
		float: left
	}

	.xlarge-collapse>.column,.xlarge-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}

	.expanded.main-nav .xlarge-collapse.main-nav,.expanded.main-nav .xlarge-collapse.row,.expanded.row .xlarge-collapse.main-nav,.expanded.row .xlarge-collapse.row,.xlarge-collapse .main-nav,.xlarge-collapse .row {
		margin-right: 0;
		margin-left: 0
	}

	.xlarge-uncollapse>.column,.xlarge-uncollapse>.columns {
		padding-right: .9375rem;
		padding-left: .9375rem
	}

	.xlarge-centered {
		margin-right: auto;
		margin-left: auto
	}

	.xlarge-centered,.xlarge-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}

	.xlarge-pull-0,.xlarge-push-0,.xlarge-uncentered {
		position: static;
		margin-right: 0;
		margin-left: 0
	}

	.xlarge-pull-0,.xlarge-pull-0:last-child:not(:first-child),.xlarge-push-0,.xlarge-push-0:last-child:not(:first-child),.xlarge-uncentered,.xlarge-uncentered:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.xlarge-pull-0:last-child:not(:first-child),.xlarge-push-0:last-child:not(:first-child),.xlarge-uncentered:last-child:not(:first-child) {
		float: right
	}
}

.column-block {
	margin-bottom: 1.25rem
}

.column-block>:last-child {
	margin-bottom: 0
}

@media print,screen and (min-width:40em) {
	.column-block {
		margin-bottom: 1.875rem
	}

	.column-block>:last-child {
		margin-bottom: 0
	}
}

.product-name,blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul {
	margin: 0;
	padding: 0
}

p {
	margin-bottom: .875rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility
}

em,i {
	font-style: italic
}

b,em,i,strong {
	line-height: inherit
}

b,strong {
	font-weight: 700
}

small {
	font-size: 80%;
	line-height: inherit
}

.h1,.h2,.h3,.h4,.h5,.h6,.product-name,h1,h2,h3,h4,h5,h6 {
	font-family: Open Sans,sans-serif;
	font-style: normal;
	font-weight: 400;
	color: inherit;
	text-rendering: optimizeLegibility
}

.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,.product-name small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
	line-height: 0;
	color: #cacaca
}

.h1,h1 {
	font-size: 3.1875rem
}

.h1,.h2,.product-name,h1,h2 {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .4375rem
}

.h2,.product-name,h2 {
	font-size: 1.875rem
}

.h3,h3 {
	font-size: 1.75rem
}

.h3,.h4,h3,h4 {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .4375rem
}

.h4,h4 {
	font-size: 1.4375rem
}

.h5,h5 {
	font-size: 1.25rem
}

.h5,.h6,h5,h6 {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .4375rem
}

.h6,h6 {
	font-size: 1rem
}

@media print,screen and (min-width:40em) {
	.h1,h1 {
		font-size: 3.1875rem
	}

	.h2,.product-name,h2 {
		font-size: 1.875rem
	}

	.h3,h3 {
		font-size: 1.75rem
	}

	.h4,h4 {
		font-size: 1.4375rem
	}

	.h5,h5 {
		font-size: 1.25rem
	}

	.h6,h6 {
		font-size: 1rem
	}
}

a {
	line-height: inherit;
	color: #3d75a1;
	text-decoration: none;
	cursor: pointer
}

a:focus,a:hover {
	color: #34658a
}

a img,hr {
	border: 0
}

hr {
	clear: both;
	max-width: 71.25rem;
	height: 0;
	margin: 1.25rem auto;
	border-bottom: 1px solid #cacaca
}

dl,ol,ul {
	margin-bottom: .875rem;
	list-style-position: outside;
	line-height: 1.6
}

li {
	font-size: inherit
}

ul {
	list-style-type: disc
}

ol,ul {
	margin-left: 1.09375rem
}

ol ol,ol ul,ul ol,ul ul {
	margin-left: 1.09375rem;
	margin-bottom: 0
}

dl {
	margin-bottom: .875rem
}

dl dt {
	margin-bottom: .2625rem;
	font-weight: 700
}

blockquote {
	margin: 0 0 .875rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca
}

blockquote,blockquote p {
	line-height: 1.6;
	color: #8a8a8a
}

cite {
	display: block;
	font-size: .8125rem;
	color: #8a8a8a
}

cite:before {
	content: "\2014   "
}

abbr,abbr[title] {
	border-bottom: 1px dotted #0a0a0a;
	cursor: help;
	text-decoration: none
}

figure {
	margin: 0
}

code {
	padding: .125rem .3125rem .0625rem;
	border: 1px solid #cacaca;
	font-weight: 400
}

code,kbd {
	background-color: #e6e6e6;
	font-family: Consolas,Liberation Mono,Courier,monospace;
	color: #0a0a0a
}

kbd {
	margin: 0;
	padding: .125rem .25rem 0
}

.subheader {
	margin-top: .175rem;
	margin-bottom: .4375rem;
	font-weight: 400;
	line-height: 1.4;
	color: #8a8a8a
}

.lead {
	font-size: 20px;
	line-height: 1.6
}

.stat {
	font-size: 2.1875rem;
	line-height: 1
}

p+.stat {
	margin-top: -1rem
}

ol.no-bullet,ul.no-bullet {
	margin-left: 0;
	list-style: none
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

@media print,screen and (min-width:40em) {
	.medium-text-left {
		text-align: left
	}

	.medium-text-right {
		text-align: right
	}

	.medium-text-center {
		text-align: center
	}

	.medium-text-justify {
		text-align: justify
	}
}

@media print,screen and (min-width:56em) {
	.large-text-left {
		text-align: left
	}

	.large-text-right {
		text-align: right
	}

	.large-text-center {
		text-align: center
	}

	.large-text-justify {
		text-align: justify
	}
}

@media screen and (min-width:75em) {
	.xlarge-text-left {
		text-align: left
	}

	.xlarge-text-right {
		text-align: right
	}

	.xlarge-text-center {
		text-align: center
	}

	.xlarge-text-justify {
		text-align: justify
	}
}

.show-for-print {
	display: none!important
}

@media print {
	* {
		background: transparent!important;
		box-shadow: none!important;
		color: #000!important;
		text-shadow: none!important
	}

	.show-for-print {
		display: block!important
	}

	.hide-for-print {
		display: none!important
	}

	table.show-for-print {
		display: table!important
	}

	thead.show-for-print {
		display: table-header-group!important
	}

	tbody.show-for-print {
		display: table-row-group!important
	}

	tr.show-for-print {
		display: table-row!important
	}

	td.show-for-print,th.show-for-print {
		display: table-cell!important
	}

	a,a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after {
		content: ""
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	blockquote,pre {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100%!important
	}@	page {
		margin: .5cm
	}

	.product-name,h2,h3,p {
		orphans: 3;
		widows: 3
	}

	.product-name,h2,h3 {
		page-break-after: avoid
	}

	.print-break-inside {
		page-break-inside: auto
	}
}

.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 .875rem;
	padding: .85em 1em;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color .25s ease-out,color .25s ease-out;
	font-family: inherit;
	font-size: .7875rem;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #3d75a1;
	color: #fefefe
}[data-whatinput=mouse] .button {
	outline: 0
}

.button:focus,.button:hover {
	background-color: #346389;
	color: #fefefe
}

.button.tiny {
	font-size: .525rem
}

.button.small {
	font-size: .65625rem
}

.button.large {
	font-size: 1.09375rem
}

.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}

.button.primary {
	background-color: #3d75a1;
	color: #fefefe
}

.button.primary:focus,.button.primary:hover {
	background-color: #315e81;
	color: #fefefe
}

.button.secondary {
	background-color: #eee;
	color: #036
}

.button.secondary:focus,.button.secondary:hover {
	background-color: #bebebe;
	color: #036
}

.button.success {
	background-color: #3adb76;
	color: #036
}

.button.success:focus,.button.success:hover {
	background-color: #22bb5b;
	color: #036
}

.button.warning {
	background-color: #ffae00;
	color: #036
}

.button.warning:focus,.button.warning:hover {
	background-color: #cc8b00;
	color: #036
}

.button.alert {
	background-color: #ec5840;
	color: #036
}

.button.alert:focus,.button.alert:hover {
	background-color: #da3116;
	color: #036
}

.button.disabled,.button[disabled] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover {
	background-color: #3d75a1;
	color: #fefefe
}

.button.disabled.primary,.button[disabled].primary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.primary,.button.disabled.primary:focus,.button.disabled.primary:hover,.button[disabled].primary,.button[disabled].primary:focus,.button[disabled].primary:hover {
	background-color: #3d75a1;
	color: #fefefe
}

.button.disabled.secondary,.button[disabled].secondary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.secondary,.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary,.button[disabled].secondary:focus,.button[disabled].secondary:hover {
	background-color: #eee;
	color: #036
}

.button.disabled.success,.button[disabled].success {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.success,.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success,.button[disabled].success:focus,.button[disabled].success:hover {
	background-color: #3adb76;
	color: #036
}

.button.disabled.warning,.button[disabled].warning {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.warning,.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning,.button[disabled].warning:focus,.button[disabled].warning:hover {
	background-color: #ffae00;
	color: #036
}

.button.disabled.alert,.button[disabled].alert {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.alert,.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert,.button[disabled].alert:focus,.button[disabled].alert:hover {
	background-color: #ec5840;
	color: #036
}

.button.hollow {
	border: 1px solid #3d75a1;
	color: #3d75a1
}

.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow:focus,.button.hollow:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover {
	background-color: transparent
}

.button.hollow:focus,.button.hollow:hover {
	border-color: #1f3b51;
	color: #1f3b51
}

.button.hollow.primary,.button.hollow:focus.disabled,.button.hollow:focus[disabled],.button.hollow:hover.disabled,.button.hollow:hover[disabled] {
	border: 1px solid #3d75a1;
	color: #3d75a1
}

.button.hollow.primary:focus,.button.hollow.primary:hover {
	border-color: #1f3b51;
	color: #1f3b51
}

.button.hollow.primary:focus.disabled,.button.hollow.primary:focus[disabled],.button.hollow.primary:hover.disabled,.button.hollow.primary:hover[disabled] {
	border: 1px solid #3d75a1;
	color: #3d75a1
}

.button.hollow.secondary {
	border: 1px solid #eee;
	color: #eee
}

.button.hollow.secondary:focus,.button.hollow.secondary:hover {
	border-color: #777;
	color: #777
}

.button.hollow.secondary:focus.disabled,.button.hollow.secondary:focus[disabled],.button.hollow.secondary:hover.disabled,.button.hollow.secondary:hover[disabled] {
	border: 1px solid #eee;
	color: #eee
}

.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.hollow.success:focus,.button.hollow.success:hover {
	border-color: #157539;
	color: #157539
}

.button.hollow.success:focus.disabled,.button.hollow.success:focus[disabled],.button.hollow.success:hover.disabled,.button.hollow.success:hover[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.hollow.warning:focus,.button.hollow.warning:hover {
	border-color: #805700;
	color: #805700
}

.button.hollow.warning:focus.disabled,.button.hollow.warning:focus[disabled],.button.hollow.warning:hover.disabled,.button.hollow.warning:hover[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.hollow.alert {
	border: 1px solid #ec5840;
	color: #ec5840
}

.button.hollow.alert:focus,.button.hollow.alert:hover {
	border-color: #881f0e;
	color: #881f0e
}

.button.hollow.alert:focus.disabled,.button.hollow.alert:focus[disabled],.button.hollow.alert:hover.disabled,.button.hollow.alert:hover[disabled] {
	border: 1px solid #ec5840;
	color: #ec5840
}

.button.clear {
	border: 1px solid #3d75a1;
	color: #3d75a1
}

.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear:focus,.button.clear:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover {
	background-color: transparent
}

.button.clear:focus,.button.clear:hover {
	border-color: #1f3b51;
	color: #1f3b51
}

.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover.disabled,.button.clear:hover[disabled] {
	border: 1px solid #3d75a1;
	color: #3d75a1
}

.button.clear,.button.clear.disabled,.button.clear:focus,.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover,.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear[disabled] {
	border-color: transparent
}

.button.clear.primary {
	border: 1px solid #3d75a1;
	color: #3d75a1
}

.button.clear.primary:focus,.button.clear.primary:hover {
	border-color: #1f3b51;
	color: #1f3b51
}

.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled] {
	border: 1px solid #3d75a1;
	color: #3d75a1
}

.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary:focus,.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover,.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary[disabled] {
	border-color: transparent
}

.button.clear.secondary {
	border: 1px solid #eee;
	color: #eee
}

.button.clear.secondary:focus,.button.clear.secondary:hover {
	border-color: #777;
	color: #777
}

.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled] {
	border: 1px solid #eee;
	color: #eee
}

.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary:focus,.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover,.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary[disabled] {
	border-color: transparent
}

.button.clear.success {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.clear.success:focus,.button.clear.success:hover {
	border-color: #157539;
	color: #157539
}

.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover.disabled,.button.clear.success:hover[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.clear.success,.button.clear.success.disabled,.button.clear.success:focus,.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover,.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success[disabled] {
	border-color: transparent
}

.button.clear.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.clear.warning:focus,.button.clear.warning:hover {
	border-color: #805700;
	color: #805700
}

.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning:focus,.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover,.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning[disabled] {
	border-color: transparent
}

.button.clear.alert {
	border: 1px solid #ec5840;
	color: #ec5840
}

.button.clear.alert:focus,.button.clear.alert:hover {
	border-color: #881f0e;
	color: #881f0e
}

.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled] {
	border: 1px solid #ec5840;
	color: #ec5840
}

.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert:focus,.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover,.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert[disabled] {
	border-color: transparent
}

.button.dropdown:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: #fefefe transparent transparent;
	border-style: solid inset inset;
	border-width: .4em .4em 0;
	position: relative;
	top: .4em;
	display: inline-block;
	float: right;
	margin-left: 1em
}

.button.dropdown.clear.primary:after,.button.dropdown.clear:after,.button.dropdown.hollow.primary:after,.button.dropdown.hollow:after {
	border-top-color: #3d75a1
}

.button.dropdown.clear.secondary:after,.button.dropdown.hollow.secondary:after {
	border-top-color: #eee
}

.button.dropdown.clear.success:after,.button.dropdown.hollow.success:after {
	border-top-color: #3adb76
}

.button.dropdown.clear.warning:after,.button.dropdown.hollow.warning:after {
	border-top-color: #ffae00
}

.button.dropdown.clear.alert:after,.button.dropdown.hollow.alert:after {
	border-top-color: #ec5840
}

.button.arrow-only:after {
	top: -.1em;
	float: none;
	margin-left: 0
}

a.button:focus,a.button:hover {
	text-decoration: none
}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	transition: box-shadow .5s,border-color .25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow .5s,border-color .25s ease-in-out
}

textarea {
	max-width: 100%
}

textarea[rows] {
	height: auto
}

input:disabled,input[readonly],textarea:disabled,textarea[readonly] {
	background-color: #e6e6e6;
	cursor: default
}[type=button],[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

input[type=search] {
	box-sizing: border-box
}

::-webkit-input-placeholder {
	color: #cacaca
}

::-moz-placeholder {
	color: #cacaca
}

:-ms-input-placeholder {
	color: #cacaca
}

::-ms-input-placeholder {
	color: #cacaca
}

::placeholder {
	color: #cacaca
}[type=checkbox],[type=file],[type=radio] {
	margin: 0 0 1rem
}[type=checkbox]+label,[type=radio]+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .5rem;
	margin-right: 1rem;
	margin-bottom: 0
}[type=checkbox]+label[for],[type=radio]+label[for] {
	cursor: pointer
}

label>[type=checkbox],label>[type=radio] {
	margin-right: .5rem
}[type=file] {
	width: 100%
}

label {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.8;
	color: #0a0a0a
}

label.middle {
	margin: 0 0 1rem;
	padding: .5625rem 0
}

.help-text {
	margin-top: -.5rem;
	font-size: .8125rem;
	font-style: italic;
	color: #0a0a0a
}

.input-group {
	display: table;
	width: 100%;
	margin-bottom: 1rem
}

.input-group>:first-child,.input-group>:first-child.input-group-button>*,.input-group>:last-child,.input-group>:last-child.input-group-button>* {
	border-radius: 0 0 0 0
}

.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label {
	margin: 0;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle
}

.input-group-label {
	padding: 0 .875rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #0a0a0a;
	text-align: center;
	white-space: nowrap;
	width: 1%;
	height: 100%
}

.input-group-label:first-child {
	border-right: 0
}

.input-group-label:last-child {
	border-left: 0
}

.input-group-field {
	border-radius: 0
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	width: 1%;
	height: 100%
}

.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label {
	height: 2.4375rem;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem
}

.input-group .input-group-button {
	display: table-cell
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	max-width: 100%;
	margin-bottom: .5rem
}

.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #cacaca
}

.fieldset legend {
	margin: 0 0 0 -.1875rem;
	padding: 0 .1875rem
}

select {
	height: 2.4375rem;
	margin: 0 0 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill:rgb%28138,138,138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding: .5rem 1.5rem .5rem .5rem;
	transition: box-shadow .5s,border-color .25s ease-in-out
}

@media screen and (min-width:0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
	}
}

select:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow .5s,border-color .25s ease-in-out
}

select:disabled {
	background-color: #e6e6e6;
	cursor: default
}

select::-ms-expand {
	display: none
}

select[multiple] {
	height: auto;
	background-image: none
}

.is-invalid-input:not(:focus) {
	border-color: #ec5840;
	background-color: #fcedeb
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: #ec5840
}

.is-invalid-input:not(:focus)::-moz-placeholder {
	color: #ec5840
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #ec5840
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
	color: #ec5840
}

.is-invalid-input:not(:focus)::placeholder {
	color: #ec5840
}

.form-error,.is-invalid-label {
	color: #ec5840
}

.form-error {
	display: none;
	margin-top: -.5rem;
	margin-bottom: 1rem;
	font-size: .75rem;
	font-weight: 700
}

.form-error.is-visible {
	display: block
}

.accordion {
	margin-left: 0;
	background: #fefefe;
	list-style-type: none
}

.accordion[disabled] .accordion-title {
	cursor: not-allowed
}

.accordion-item:first-child>:first-child,.accordion-item:last-child>:last-child {
	border-radius: 0 0 0 0
}

.accordion-title {
	position: relative;
	display: block;
	padding: 1.09375rem .875rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	font-size: .75rem;
	line-height: 1;
	color: #3d75a1
}

:last-child:not(.is-active)>.accordion-title {
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0 0 0 0
}

.accordion-title:focus,.accordion-title:hover {
	background-color: #e6e6e6
}

.accordion-title:before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -.5rem;
	content: "+"
}

.is-active>.accordion-title:before {
	content: "\2013"
}

.accordion-content {
	display: none;
	padding: .875rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	background-color: #fefefe;
	color: #636669
}

.accordion-menu,:last-child>.accordion-content:last-child {
	border-bottom: 1px solid #e6e6e6
}

.accordion-menu li {
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	width: 100%
}

.accordion-menu .is-accordion-submenu a,.accordion-menu a {
	padding: 0
}

.accordion-menu .nested.is-accordion-submenu {
	margin-right: 0;
	margin-left: .875rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
	margin-right: .875rem;
	margin-left: 0
}

.is-accordion-submenu li {
	border-right: 0;
	border-left: 0
}

.is-accordion-submenu-parent {
	position: relative
}

.has-submenu-toggle>a {
	margin-right: 54.5px
}

.submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 54.5px;
	height: 50px;
	cursor: pointer;
	border-left: 1px solid #e6e6e6
}

.submenu-toggle:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: #3d75a1 transparent transparent;
	border-style: solid inset inset;
	border-width: 6px 6px 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.submenu-toggle[aria-expanded=true]:after {
	transform: scaleY(-1);
	transform-origin: 50% 50%
}

.submenu-toggle-text {
	position: absolute!important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0
}

.badge {
	display: inline-block;
	min-width: 2.1em;
	padding: .3em;
	border-radius: 50%;
	font-size: .525rem;
	text-align: center
}

.badge,.badge.primary {
	background: #3d75a1;
	color: #fefefe
}

.badge.secondary {
	background: #eee;
	color: #0a0a0a
}

.badge.success {
	background: #3adb76;
	color: #0a0a0a
}

.badge.warning {
	background: #ffae00;
	color: #0a0a0a
}

.badge.alert {
	background: #ec5840;
	color: #0a0a0a
}

.breadcrumbs {
	margin: 0 0 .875rem;
	list-style: none
}

.breadcrumbs:after,.breadcrumbs:before {
	display: table;
	content: " "
}

.breadcrumbs:after {
	clear: both
}

.breadcrumbs li {
	float: left;
	font-size: .6875rem;
	color: #0a0a0a;
	cursor: default;
	text-transform: uppercase
}

.breadcrumbs li:not(:last-child):after {
	position: relative;
	margin: 0 .65625rem;
	opacity: 1;
	content: "/";
	color: #cacaca
}

.breadcrumbs a {
	color: #3d75a1
}

.breadcrumbs a:hover {
	text-decoration: underline
}

.breadcrumbs .disabled {
	color: #cacaca;
	cursor: not-allowed
}

.button-group {
	margin-bottom: .875rem;
	font-size: 0
}

.button-group:after,.button-group:before {
	display: table;
	content: " "
}

.button-group:after {
	clear: both
}

.button-group .button {
	margin: 0 1px 1px 0;
	font-size: .7875rem
}

.button-group .button:last-child {
	margin-right: 0
}

.button-group.tiny .button {
	font-size: .525rem
}

.button-group.small .button {
	font-size: .65625rem
}

.button-group.large .button {
	font-size: 1.09375rem
}

.button-group.expanded {
	margin-right: -1px
}

.button-group.expanded:after,.button-group.expanded:before {
	display: none
}

.button-group.expanded .button:first-child:last-child {
	width: calc(100% - 1px)
}

.button-group.expanded .button:first-child:nth-last-child(2),.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button {
	display: inline-block;
	width: calc(50% - 1px);
	margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(2):last-child {
	margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(3),.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button {
	display: inline-block;
	width: calc(33.33333% - 1px);
	margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(3):last-child {
	margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(4),.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button {
	display: inline-block;
	width: calc(25% - 1px);
	margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(4):last-child {
	margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(5),.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button {
	display: inline-block;
	width: calc(20% - 1px);
	margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(5):last-child {
	margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(6),.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button {
	display: inline-block;
	width: calc(16.66667% - 1px);
	margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(6):last-child {
	margin-right: -6px
}

.button-group.primary .button {
	background-color: #3d75a1;
	color: #fefefe
}

.button-group.primary .button:focus,.button-group.primary .button:hover {
	background-color: #315e81;
	color: #fefefe
}

.button-group.secondary .button {
	background-color: #eee;
	color: #036
}

.button-group.secondary .button:focus,.button-group.secondary .button:hover {
	background-color: #bebebe;
	color: #036
}

.button-group.success .button {
	background-color: #3adb76;
	color: #036
}

.button-group.success .button:focus,.button-group.success .button:hover {
	background-color: #22bb5b;
	color: #036
}

.button-group.warning .button {
	background-color: #ffae00;
	color: #036
}

.button-group.warning .button:focus,.button-group.warning .button:hover {
	background-color: #cc8b00;
	color: #036
}

.button-group.alert .button {
	background-color: #ec5840;
	color: #036
}

.button-group.alert .button:focus,.button-group.alert .button:hover {
	background-color: #da3116;
	color: #036
}

.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button,.button-group.stacked .button {
	width: 100%
}

.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked .button:last-child {
	margin-bottom: 0
}

.button-group.stacked-for-medium.expanded,.button-group.stacked-for-small.expanded,.button-group.stacked.expanded {
	margin-right: -1px
}

.button-group.stacked-for-medium.expanded:after,.button-group.stacked-for-medium.expanded:before,.button-group.stacked-for-small.expanded:after,.button-group.stacked-for-small.expanded:before,.button-group.stacked.expanded:after,.button-group.stacked.expanded:before {
	display: none
}

.button-group.stacked-for-medium.expanded .button:first-child:last-child,.button-group.stacked-for-small.expanded .button:first-child:last-child,.button-group.stacked.expanded .button:first-child:last-child {
	width: calc(100% - 1px)
}

.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(2),.button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button {
	display: inline-block;
	width: calc(50% - 1px);
	margin-right: 1px
}

.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child {
	margin-right: -6px
}

.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(3),.button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button {
	display: inline-block;
	width: calc(33.33333% - 1px);
	margin-right: 1px
}

.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child {
	margin-right: -6px
}

.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(4),.button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button {
	display: inline-block;
	width: calc(25% - 1px);
	margin-right: 1px
}

.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child {
	margin-right: -6px
}

.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(5),.button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button {
	display: inline-block;
	width: calc(20% - 1px);
	margin-right: 1px
}

.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child {
	margin-right: -6px
}

.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(6),.button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button {
	display: inline-block;
	width: calc(16.66667% - 1px);
	margin-right: 1px
}

.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child {
	margin-right: -6px
}

@media print,screen and (min-width:40em) {
	.button-group.stacked-for-small .button {
		width: auto;
		margin-bottom: 0
	}
}

@media print,screen and (min-width:56em) {
	.button-group.stacked-for-medium .button {
		width: auto;
		margin-bottom: 0
	}
}

@media screen and (max-width:39.99875em) {
	.button-group.stacked-for-small.expanded {
		display: block
	}

	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0
	}
}

@media screen and (max-width:55.99875em) {
	.button-group.stacked-for-medium.expanded {
		display: block
	}

	.button-group.stacked-for-medium.expanded .button {
		display: block;
		margin-right: 0
	}
}

.callout {
	position: relative;
	margin: 0 0 .875rem;
	padding: .875rem;
	border: 1px solid rgba(10,10,10,.25);
	border-radius: 0;
	background-color: #fff;
	color: #636669
}

.callout>:first-child {
	margin-top: 0
}

.callout>:last-child {
	margin-bottom: 0
}

.callout.primary {
	background-color: #e0ebf3;
	color: #636669
}

.callout.secondary {
	background-color: #fcfcfc;
	color: #636669
}

.callout.success {
	background-color: #e1faea;
	color: #636669
}

.callout.warning {
	background-color: #fff3d9;
	color: #636669
}

.callout.alert {
	background-color: #fce6e2;
	color: #636669
}

.callout.small {
	padding: .5rem
}

.callout.large {
	padding: 3rem
}

.card {
	margin-bottom: .875rem;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	background: #fefefe;
	box-shadow: none;
	overflow: hidden;
	color: #636669
}

.card>:last-child {
	margin-bottom: 0
}

.card-divider {
	padding: .875rem;
	background: #e6e6e6
}

.card-divider>:last-child {
	margin-bottom: 0
}

.card-section {
	padding: .875rem
}

.card-section>:last-child {
	margin-bottom: 0
}

.card-image {
	min-height: 1px
}

.close-button {
	position: absolute;
	color: #8a8a8a;
	cursor: pointer
}[data-whatinput=mouse] .close-button {
	outline: 0
}

.close-button:focus,.close-button:hover {
	color: #0a0a0a
}

.close-button.small {
	right: .5775rem;
	top: .33em;
	font-size: 1.5em;
	line-height: 1
}

.close-button,.close-button.medium {
	right: .875rem;
	top: .4375rem;
	font-size: 2em;
	line-height: 1
}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative
}[data-whatinput=mouse] .menu li {
	outline: 0
}

.menu .button,.menu a {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: .53594rem .875rem
}

.menu a,.menu button,.menu input,.menu select {
	margin-bottom: 0
}

.menu.horizontal li,.menu input,.menu li {
	display: inline-block
}

.menu.vertical li {
	display: block
}

.menu.expanded {
	display: table;
	width: 100%
}

.menu.expanded>li {
	display: table-cell;
	vertical-align: middle
}

.menu.simple li+li {
	margin-left: .875rem
}

.menu.simple a {
	padding: 0
}

@media print,screen and (min-width:40em) {
	.menu.medium-horizontal li {
		display: inline-block
	}

	.menu.medium-vertical li {
		display: block
	}

	.menu.medium-expanded {
		display: table;
		width: 100%
	}

	.menu.medium-expanded>li {
		display: table-cell;
		vertical-align: middle
	}

	.menu.medium-simple {
		display: table;
		width: 100%
	}

	.menu.medium-simple>li {
		display: table-cell;
		vertical-align: middle
	}
}

@media print,screen and (min-width:56em) {
	.menu.large-horizontal li {
		display: inline-block
	}

	.menu.large-vertical li {
		display: block
	}

	.menu.large-expanded {
		display: table;
		width: 100%
	}

	.menu.large-expanded>li {
		display: table-cell;
		vertical-align: middle
	}

	.menu.large-simple {
		display: table;
		width: 100%
	}

	.menu.large-simple>li {
		display: table-cell;
		vertical-align: middle
	}
}

@media screen and (min-width:75em) {
	.menu.xlarge-horizontal li {
		display: inline-block
	}

	.menu.xlarge-vertical li {
		display: block
	}

	.menu.xlarge-expanded {
		display: table;
		width: 100%
	}

	.menu.xlarge-expanded>li {
		display: table-cell;
		vertical-align: middle
	}

	.menu.xlarge-simple {
		display: table;
		width: 100%
	}

	.menu.xlarge-simple>li {
		display: table-cell;
		vertical-align: middle
	}
}

.menu.nested {
	margin-right: 0;
	margin-left: .875rem
}

.menu.icon-bottom i,.menu.icon-bottom i+span,.menu.icon-bottom img,.menu.icon-bottom img+span,.menu.icon-bottom svg,.menu.icon-bottom svg+span,.menu.icon-left i,.menu.icon-left i+span,.menu.icon-left img,.menu.icon-left img+span,.menu.icon-left svg,.menu.icon-left svg+span,.menu.icon-right i,.menu.icon-right i+span,.menu.icon-right img,.menu.icon-right img+span,.menu.icon-right svg,.menu.icon-right svg+span,.menu.icon-top i,.menu.icon-top i+span,.menu.icon-top img,.menu.icon-top img+span,.menu.icon-top svg,.menu.icon-top svg+span,.menu.icons i,.menu.icons i+span,.menu.icons img,.menu.icons img+span,.menu.icons svg,.menu.icons svg+span {
	vertical-align: middle
}

.menu.icon-left li a i,.menu.icon-left li a img,.menu.icon-left li a svg {
	margin-right: .21875rem;
	display: inline-block
}

.menu.icon-right li a i,.menu.icon-right li a img,.menu.icon-right li a svg {
	margin-left: .21875rem;
	display: inline-block
}

.menu.icon-top li a {
	text-align: center
}

.menu.icon-top li a i,.menu.icon-top li a img,.menu.icon-top li a svg {
	display: block;
	margin: 0 auto .21875rem
}

.menu.icon-bottom li a {
	text-align: center
}

.menu.icon-bottom li a i,.menu.icon-bottom li a img,.menu.icon-bottom li a svg {
	display: block;
	margin: .21875rem auto 0
}

.menu .active>a,.menu .is-active>a {
	background: #3d75a1;
	color: #fefefe
}

.menu.align-left {
	text-align: left
}

.menu.align-right {
	text-align: right
}

.menu.align-right .submenu li {
	text-align: left
}

.menu.align-right.vertical .submenu li {
	text-align: right
}

.menu.align-right .nested {
	margin-right: .875rem;
	margin-left: 0
}

.menu.align-center {
	text-align: center
}

.menu.align-center .submenu li {
	text-align: left
}

.menu .menu-text {
	padding: .53594rem .875rem;
	font-weight: 700;
	line-height: 1;
	color: inherit
}

.menu-centered>.menu {
	text-align: center
}

.menu-centered>.menu .submenu li {
	text-align: left
}

.no-js [data-responsive-menu] ul {
	display: none
}

.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}

.menu-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe;
	content: ""
}

.menu-icon:hover:after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}

.menu-icon.dark:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	box-shadow: 0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;
	content: ""
}

.menu-icon.dark:hover:after {
	background: #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a
}

.is-drilldown {
	position: relative;
	overflow: hidden
}

.is-drilldown li {
	display: block
}

.is-drilldown.animate-height {
	transition: height .5s
}

.drilldown a {
	padding: .53594rem .875rem;
	background: #fefefe
}

.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fefefe;
	transition: transform .15s linear
}

.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
	transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
	padding: .53594rem .875rem
}

.drilldown .nested.is-drilldown-submenu {
	margin-right: 0;
	margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
	min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
	position: relative
}

.drilldown .is-drilldown-submenu-parent>a:after {
	position: absolute;
	top: 50%;
	margin-top: -6px
}

.drilldown.align-left .is-drilldown-submenu-parent>a:after,.drilldown .is-drilldown-submenu-parent>a:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent transparent transparent #3d75a1;
	border-style: inset inset inset solid;
	border-width: 6px 0 6px 6px;
	right: 1rem
}

.drilldown.align-left .is-drilldown-submenu-parent>a:after {
	left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a:after {
	display: block;
	right: auto;
	left: 1rem
}

.drilldown.align-right .is-drilldown-submenu-parent>a:after,.drilldown .js-drilldown-back>a:before {
	width: 0;
	height: 0;
	content: "";
	border-color: transparent #3d75a1 transparent transparent;
	border-style: inset solid inset inset;
	border-width: 6px 6px 6px 0
}

.drilldown .js-drilldown-back>a:before {
	display: block;
	display: inline-block;
	vertical-align: middle;
	margin-right: .75rem
}

.dropdown-pane {
	position: absolute;
	z-index: 10;
	display: none;
	width: 300px;
	padding: .875rem;
	visibility: hidden;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fff;
	font-size: .875rem
}

.dropdown-pane.is-opening {
	display: block
}

.dropdown-pane.is-open {
	display: block;
	visibility: visible
}

.dropdown-pane.tiny {
	width: 100px
}

.dropdown-pane.small {
	width: 200px
}

.dropdown-pane.large {
	width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
	position: relative;
	padding-right: 1.3125rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: #3d75a1 transparent transparent;
	border-style: solid inset inset;
	border-width: 6px 6px 0;
	right: 5px;
	left: auto;
	margin-top: -3px
}[data-whatinput=mouse] .dropdown.menu a {
	outline: 0
}

.dropdown.menu>li>a {
	padding: .53594rem .875rem
}

.dropdown.menu>li.is-active>a {
	background: transparent;
	color: #3d75a1
}

.no-js .dropdown.menu ul {
	display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
	margin-right: 0;
	margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
	top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
	top: 0;
	right: 100%;
	left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}

.dropdown.menu.vertical>li>a:after {
	right: 14px
}

.dropdown.menu.vertical>li.opens-left>a:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent #3d75a1 transparent transparent;
	border-style: inset solid inset inset;
	border-width: 6px 6px 6px 0;
	right: auto;
	left: 5px
}

.dropdown.menu.vertical>li.opens-right>a:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent transparent transparent #3d75a1;
	border-style: inset inset inset solid;
	border-width: 6px 0 6px 6px
}

@media print,screen and (min-width:40em) {
	.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}

	.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}

	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.3125rem
	}

	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: #3d75a1 transparent transparent;
		border-style: solid inset inset;
		border-width: 6px 6px 0;
		right: 5px;
		left: auto;
		margin-top: -3px
	}

	.dropdown.menu.medium-vertical>li .is-dropdown-submenu {
		top: 0
	}

	.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}

	.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}

	.dropdown.menu.medium-vertical>li>a:after {
		right: 14px
	}

	.dropdown.menu.medium-vertical>li.opens-left>a:after {
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: transparent #3d75a1 transparent transparent;
		border-style: inset solid inset inset;
		border-width: 6px 6px 6px 0;
		right: auto;
		left: 5px
	}

	.dropdown.menu.medium-vertical>li.opens-right>a:after {
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: transparent transparent transparent #3d75a1;
		border-style: inset inset inset solid;
		border-width: 6px 0 6px 6px
	}
}

@media print,screen and (min-width:56em) {
	.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}

	.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}

	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.3125rem
	}

	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after {
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: #3d75a1 transparent transparent;
		border-style: solid inset inset;
		border-width: 6px 6px 0;
		right: 5px;
		left: auto;
		margin-top: -3px
	}

	.dropdown.menu.large-vertical>li .is-dropdown-submenu {
		top: 0
	}

	.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}

	.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}

	.dropdown.menu.large-vertical>li>a:after {
		right: 14px
	}

	.dropdown.menu.large-vertical>li.opens-left>a:after {
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: transparent #3d75a1 transparent transparent;
		border-style: inset solid inset inset;
		border-width: 6px 6px 6px 0;
		right: auto;
		left: 5px
	}

	.dropdown.menu.large-vertical>li.opens-right>a:after {
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: transparent transparent transparent #3d75a1;
		border-style: inset inset inset solid;
		border-width: 6px 0 6px 6px
	}
}

@media screen and (min-width:75em) {
	.dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}

	.dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}

	.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.3125rem
	}

	.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a:after {
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: #3d75a1 transparent transparent;
		border-style: solid inset inset;
		border-width: 6px 6px 0;
		right: 5px;
		left: auto;
		margin-top: -3px
	}

	.dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
		top: 0
	}

	.dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}

	.dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}

	.dropdown.menu.xlarge-vertical>li>a:after {
		right: 14px
	}

	.dropdown.menu.xlarge-vertical>li.opens-left>a:after {
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: transparent #3d75a1 transparent transparent;
		border-style: inset solid inset inset;
		border-width: 6px 6px 6px 0;
		right: auto;
		left: 5px
	}

	.dropdown.menu.xlarge-vertical>li.opens-right>a:after {
		display: block;
		width: 0;
		height: 0;
		content: "";
		border-color: transparent transparent transparent #3d75a1;
		border-style: inset inset inset solid;
		border-width: 6px 0 6px 6px
	}
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	right: 0;
	left: auto
}

.is-dropdown-menu.vertical {
	width: 100px
}

.is-dropdown-menu.vertical.align-right {
	float: right
}

.is-dropdown-submenu-parent {
	position: relative
}

.is-dropdown-submenu-parent a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	left: auto;
	margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
	top: 100%;
	left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
	right: 100%;
	left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}

.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 200px;
	border: 1px solid #cacaca;
	background: #fefefe
}

.dropdown .is-dropdown-submenu a {
	padding: .53594rem .875rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a:after {
	right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent #3d75a1 transparent transparent;
	border-style: inset solid inset inset;
	border-width: 6px 6px 6px 0;
	right: auto;
	left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent transparent transparent #3d75a1;
	border-style: inset inset inset solid;
	border-width: 6px 0 6px 6px
}

.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px
}

.is-dropdown-submenu>li {
	width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
	display: block
}

.flex-video,.responsive-embed {
	position: relative;
	height: 0;
	margin-bottom: 0;
	padding-bottom: 75%;
	overflow: hidden
}

.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video,.responsive-embed embed,.responsive-embed iframe,.responsive-embed object,.responsive-embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.flex-video.widescreen,.responsive-embed.widescreen {
	padding-bottom: 56.25%
}

.label {
	display: inline-block;
	padding: .29166rem .4375rem;
	border-radius: 0;
	font-size: .7rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default
}

.label,.label.primary {
	background: #3d75a1;
	color: #fefefe
}

.label.secondary {
	background: #eee;
	color: #0a0a0a
}

.label.success {
	background: #3adb76;
	color: #0a0a0a
}

.label.warning {
	background: #ffae00;
	color: #0a0a0a
}

.label.alert {
	background: #ec5840;
	color: #0a0a0a
}

.media-object {
	display: block;
	margin-bottom: .875rem
}

.media-object img {
	max-width: none
}

.media-object-section {
	display: table-cell;
	vertical-align: top
}

.media-object-section:first-child {
	padding-right: .875rem
}

.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: .875rem
}

.media-object-section>:last-child {
	margin-bottom: 0
}

@media screen and (max-width:39.99875em) {
	.stack-for-small .media-object-section {
		padding: 0 0 .875rem;
		display: block
	}

	.stack-for-small .media-object-section img {
		width: 100%
	}
}

.media-object-section.middle {
	vertical-align: middle
}

.media-object-section.bottom {
	vertical-align: bottom
}

.is-off-canvas-open {
	overflow: hidden
}

.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	transition: opacity .5s ease,visibility .5s ease;
	background: hsla(0,0%,99.6%,.25);
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}

.js-off-canvas-overlay.is-visible {
	opacity: 1;
	visibility: visible
}

.js-off-canvas-overlay.is-closable {
	cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed
}

.off-canvas-wrapper {
	position: relative;
	overflow: hidden
}

.off-canvas {
	position: fixed;
	z-index: 12;
	transition: transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #e6e6e6
}[data-whatinput=mouse] .off-canvas {
	outline: 0
}

.off-canvas.is-transition-push {
	z-index: 12
}

.off-canvas.is-closed {
	visibility: hidden
}

.off-canvas.is-transition-overlap {
	z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10,10,10,.7)
}

.off-canvas.is-open {
	transform: translate(0)
}

.off-canvas-absolute {
	position: absolute;
	z-index: 12;
	transition: transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #e6e6e6
}[data-whatinput=mouse] .off-canvas-absolute {
	outline: 0
}

.off-canvas-absolute.is-transition-push {
	z-index: 12
}

.off-canvas-absolute.is-closed {
	visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
	z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10,10,10,.7)
}

.off-canvas-absolute.is-open {
	transform: translate(0)
}

.position-left {
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	width: 250px
}

.off-canvas-content .off-canvas.position-left,.position-left {
	transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
	transform: translate(0)
}

.off-canvas-content.is-open-left.has-transition-push {
	transform: translateX(250px)
}

.position-left.is-transition-push {
	box-shadow: inset -13px 0 20px -13px rgba(10,10,10,.25)
}

.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
	width: 250px
}

.off-canvas-content .off-canvas.position-right,.position-right {
	transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
	transform: translate(0)
}

.off-canvas-content.is-open-right.has-transition-push {
	transform: translateX(-250px)
}

.position-right.is-transition-push {
	box-shadow: inset 13px 0 20px -13px rgba(10,10,10,.25)
}

.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 250px
}

.off-canvas-content .off-canvas.position-top,.position-top {
	transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
	transform: translate(0)
}

.off-canvas-content.is-open-top.has-transition-push {
	transform: translateY(250px)
}

.position-top.is-transition-push {
	box-shadow: inset 0 -13px 20px -13px rgba(10,10,10,.25)
}

.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 250px
}

.off-canvas-content .off-canvas.position-bottom,.position-bottom {
	transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
	transform: translate(0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
	transform: translateY(-250px)
}

.position-bottom.is-transition-push {
	box-shadow: inset 0 13px 20px -13px rgba(10,10,10,.25)
}

.off-canvas-content {
	transform: none;
	transition: transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.off-canvas-content.has-transition-push,.off-canvas-content .off-canvas.is-open {
	transform: translate(0)
}

@media print,screen and (min-width:40em) {
	.position-left.reveal-for-medium {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible
	}

	.position-left.reveal-for-medium .close-button {
		display: none
	}

	.off-canvas-content .position-left.reveal-for-medium {
		transform: none
	}

	.off-canvas-content.has-reveal-left,.position-left.reveal-for-medium~.off-canvas-content {
		margin-left: 250px
	}

	.position-right.reveal-for-medium {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible
	}

	.position-right.reveal-for-medium .close-button {
		display: none
	}

	.off-canvas-content .position-right.reveal-for-medium {
		transform: none
	}

	.off-canvas-content.has-reveal-right,.position-right.reveal-for-medium~.off-canvas-content {
		margin-right: 250px
	}

	.position-top.reveal-for-medium {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible
	}

	.position-top.reveal-for-medium .close-button {
		display: none
	}

	.off-canvas-content .position-top.reveal-for-medium {
		transform: none
	}

	.off-canvas-content.has-reveal-top,.position-top.reveal-for-medium~.off-canvas-content {
		margin-top: 250px
	}

	.position-bottom.reveal-for-medium {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible
	}

	.position-bottom.reveal-for-medium .close-button {
		display: none
	}

	.off-canvas-content .position-bottom.reveal-for-medium {
		transform: none
	}

	.off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-medium~.off-canvas-content {
		margin-bottom: 250px
	}
}

@media print,screen and (min-width:56em) {
	.position-left.reveal-for-large {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible
	}

	.position-left.reveal-for-large .close-button {
		display: none
	}

	.off-canvas-content .position-left.reveal-for-large {
		transform: none
	}

	.off-canvas-content.has-reveal-left,.position-left.reveal-for-large~.off-canvas-content {
		margin-left: 250px
	}

	.position-right.reveal-for-large {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible
	}

	.position-right.reveal-for-large .close-button {
		display: none
	}

	.off-canvas-content .position-right.reveal-for-large {
		transform: none
	}

	.off-canvas-content.has-reveal-right,.position-right.reveal-for-large~.off-canvas-content {
		margin-right: 250px
	}

	.position-top.reveal-for-large {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible
	}

	.position-top.reveal-for-large .close-button {
		display: none
	}

	.off-canvas-content .position-top.reveal-for-large {
		transform: none
	}

	.off-canvas-content.has-reveal-top,.position-top.reveal-for-large~.off-canvas-content {
		margin-top: 250px
	}

	.position-bottom.reveal-for-large {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible
	}

	.position-bottom.reveal-for-large .close-button {
		display: none
	}

	.off-canvas-content .position-bottom.reveal-for-large {
		transform: none
	}

	.off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-large~.off-canvas-content {
		margin-bottom: 250px
	}
}

@media screen and (min-width:75em) {
	.position-left.reveal-for-xlarge {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible
	}

	.position-left.reveal-for-xlarge .close-button {
		display: none
	}

	.off-canvas-content .position-left.reveal-for-xlarge {
		transform: none
	}

	.off-canvas-content.has-reveal-left,.position-left.reveal-for-xlarge~.off-canvas-content {
		margin-left: 250px
	}

	.position-right.reveal-for-xlarge {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible
	}

	.position-right.reveal-for-xlarge .close-button {
		display: none
	}

	.off-canvas-content .position-right.reveal-for-xlarge {
		transform: none
	}

	.off-canvas-content.has-reveal-right,.position-right.reveal-for-xlarge~.off-canvas-content {
		margin-right: 250px
	}

	.position-top.reveal-for-xlarge {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible
	}

	.position-top.reveal-for-xlarge .close-button {
		display: none
	}

	.off-canvas-content .position-top.reveal-for-xlarge {
		transform: none
	}

	.off-canvas-content.has-reveal-top,.position-top.reveal-for-xlarge~.off-canvas-content {
		margin-top: 250px
	}

	.position-bottom.reveal-for-xlarge {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible
	}

	.position-bottom.reveal-for-xlarge .close-button {
		display: none
	}

	.off-canvas-content .position-bottom.reveal-for-xlarge {
		transform: none
	}

	.off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-xlarge~.off-canvas-content {
		margin-bottom: 250px
	}
}

@media print,screen and (min-width:40em) {
	.off-canvas.in-canvas-for-medium {
		visibility: visible;
		height: auto;
		position: static;
		background: none;
		width: auto;
		overflow: visible;
		transition: none
	}

	.off-canvas.in-canvas-for-medium.position-bottom,.off-canvas.in-canvas-for-medium.position-left,.off-canvas.in-canvas-for-medium.position-right,.off-canvas.in-canvas-for-medium.position-top {
		box-shadow: none;
		transform: none
	}

	.off-canvas.in-canvas-for-medium .close-button {
		display: none
	}
}

@media print,screen and (min-width:56em) {
	.off-canvas.in-canvas-for-large {
		visibility: visible;
		height: auto;
		position: static;
		background: none;
		width: auto;
		overflow: visible;
		transition: none
	}

	.off-canvas.in-canvas-for-large.position-bottom,.off-canvas.in-canvas-for-large.position-left,.off-canvas.in-canvas-for-large.position-right,.off-canvas.in-canvas-for-large.position-top {
		box-shadow: none;
		transform: none
	}

	.off-canvas.in-canvas-for-large .close-button {
		display: none
	}
}

@media screen and (min-width:75em) {
	.off-canvas.in-canvas-for-xlarge {
		visibility: visible;
		height: auto;
		position: static;
		background: none;
		width: auto;
		overflow: visible;
		transition: none
	}

	.off-canvas.in-canvas-for-xlarge.position-bottom,.off-canvas.in-canvas-for-xlarge.position-left,.off-canvas.in-canvas-for-xlarge.position-right,.off-canvas.in-canvas-for-xlarge.position-top {
		box-shadow: none;
		transform: none
	}

	.off-canvas.in-canvas-for-xlarge .close-button {
		display: none
	}
}

.orbit,.orbit-container {
	position: relative
}

.orbit-container {
	height: 0;
	margin: 0;
	list-style: none;
	overflow: hidden
}

.orbit-slide {
	width: 100%;
	position: absolute
}

.orbit-slide.no-motionui.is-active {
	top: 0;
	left: 0
}

.orbit-figure {
	margin: 0
}

.orbit-image {
	width: 100%;
	max-width: 100%;
	margin: 0
}

.orbit-caption {
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	background-color: rgba(10,10,10,.5)
}

.orbit-caption,.orbit-next,.orbit-previous {
	position: absolute;
	padding: .875rem;
	color: #fefefe
}

.orbit-next,.orbit-previous {
	top: 50%;
	transform: translateY(-50%);
	z-index: 10
}[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous {
	outline: 0
}

.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover {
	background-color: rgba(10,10,10,.5)
}

.orbit-previous {
	left: 0
}

.orbit-next {
	left: auto;
	right: 0
}

.orbit-bullets {
	position: relative;
	margin-top: .7rem;
	margin-bottom: .7rem;
	text-align: center
}[data-whatinput=mouse] .orbit-bullets {
	outline: 0
}

.orbit-bullets button {
	width: 1.2rem;
	height: 1.2rem;
	margin: .0875rem;
	border-radius: 50%;
	background-color: #cacaca
}

.orbit-bullets button.is-active,.orbit-bullets button:hover {
	background-color: #8a8a8a
}

.pagination {
	margin-left: 0;
	margin-bottom: .875rem
}

.pagination:after,.pagination:before {
	display: table;
	content: " "
}

.pagination:after {
	clear: both
}

.pagination li {
	margin-right: .0625rem;
	border-radius: 0;
	font-size: .875rem;
	display: none
}

.pagination li:first-child,.pagination li:last-child {
	display: inline-block
}

@media print,screen and (min-width:40em) {
	.pagination li {
		display: inline-block
	}
}

.pagination a,.pagination button {
	display: block;
	padding: .1875rem .625rem;
	border-radius: 0;
	color: #0a0a0a
}

.pagination a:hover,.pagination button:hover {
	background: #e6e6e6
}

.pagination .current {
	padding: .1875rem .625rem;
	background: #3d75a1;
	color: #fefefe;
	cursor: default
}

.pagination .disabled {
	padding: .1875rem .625rem;
	color: #cacaca;
	cursor: not-allowed
}

.pagination .disabled:hover {
	background: transparent
}

.pagination .ellipsis:after {
	padding: .1875rem .625rem;
	content: "\2026";
	color: #0a0a0a
}

.pagination-previous.disabled:before,.pagination-previous a:before {
	display: inline-block;
	margin-right: .5rem;
	content: "\AB"
}

.pagination-next.disabled:after,.pagination-next a:after {
	display: inline-block;
	margin-left: .5rem;
	content: "\BB"
}

.progress {
	height: .875rem;
	margin-bottom: .875rem;
	border-radius: 0;
	background-color: #cacaca
}

.progress.primary .progress-meter {
	background-color: #3d75a1
}

.progress.secondary .progress-meter {
	background-color: #eee
}

.progress.success .progress-meter {
	background-color: #3adb76
}

.progress.warning .progress-meter {
	background-color: #ffae00
}

.progress.alert .progress-meter {
	background-color: #ec5840
}

.progress-meter {
	position: relative;
	display: block;
	width: 0;
	height: 100%;
	background-color: #3d75a1
}

.progress-meter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	font-size: .75rem;
	font-weight: 700;
	color: #fefefe;
	white-space: nowrap
}

.slider {
	position: relative;
	height: .4375rem;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	background-color: #e6e6e6;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: none
}

.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: .4375rem;
	background-color: #cacaca;
	transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
	transition: all 0s linear
}

.slider-handle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 1.225rem;
	height: 1.225rem;
	border-radius: 0;
	background-color: #3d75a1;
	transition: all .2s ease-in-out;
	touch-action: manipulation
}[data-whatinput=mouse] .slider-handle {
	outline: 0
}

.slider-handle:hover {
	background-color: #346389
}

.slider-handle.is-dragging {
	transition: all 0s linear
}

.slider.disabled,.slider[disabled] {
	opacity: .25;
	cursor: not-allowed
}

.slider.vertical {
	display: inline-block;
	width: .4375rem;
	height: 12.5rem;
	margin: 0 1.25rem;
	transform: scaleY(-1)
}

.slider.vertical .slider-fill {
	top: 0;
	width: .4375rem;
	max-height: 100%
}

.slider.vertical .slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1.225rem;
	height: 1.225rem;
	transform: translateX(-50%)
}

.sticky,.sticky-container {
	position: relative
}

.sticky {
	z-index: 0;
	transform: translateZ(0)
}

.sticky.is-stuck {
	position: fixed;
	z-index: 5;
	width: 100%
}

.sticky.is-stuck.is-at-top {
	top: 0
}

.sticky.is-stuck.is-at-bottom {
	bottom: 0
}

.sticky.is-anchored {
	position: relative;
	right: auto;
	left: auto
}

.sticky.is-anchored.is-at-bottom {
	bottom: 0
}

html.is-reveal-open {
	position: fixed;
	width: 100%;
	overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
	overflow-y: scroll
}

html.is-reveal-open body {
	overflow-y: hidden
}

.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	background-color: rgba(10,10,10,.45)
}

.reveal,.reveal-overlay {
	display: none;
	overflow-y: auto
}

.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: .875rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto
}[data-whatinput=mouse] .reveal {
	outline: 0
}

@media print,screen and (min-width:40em) {
	.reveal {
		min-height: 0
	}
}

.reveal .column,.reveal .columns {
	min-width: 0
}

.reveal>:last-child {
	margin-bottom: 0
}

@media print,screen and (min-width:40em) {
	.reveal {
		width: 600px;
		max-width: 71.25rem
	}
}

.reveal.collapse {
	padding: 0
}

@media print,screen and (min-width:40em) {
	.reveal.tiny {
		width: 30%;
		max-width: 71.25rem
	}
}

@media print,screen and (min-width:40em) {
	.reveal.small {
		width: 50%;
		max-width: 71.25rem
	}
}

@media print,screen and (min-width:40em) {
	.reveal.large {
		width: 90%;
		max-width: 71.25rem
	}
}

.reveal.full {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
	margin-left: 0;
	border: 0;
	border-radius: 0
}

@media screen and (max-width:39.99875em) {
	.reveal {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		min-height: 100%;
		margin-left: 0;
		border: 0;
		border-radius: 0
	}
}

.reveal.without-overlay {
	position: fixed
}

.switch {
	height: 1.75rem;
	position: relative;
	margin-bottom: .875rem;
	outline: 0;
	font-size: .875rem;
	font-weight: 700;
	color: #fefefe;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.switch-input {
	position: absolute;
	margin-bottom: 0;
	opacity: 0
}

.switch-paddle {
	position: relative;
	display: block;
	width: 3.5rem;
	height: 1.75rem;
	border-radius: 0;
	background: #cacaca;
	transition: all .25s ease-out;
	font-weight: inherit;
	color: inherit;
	cursor: pointer
}

input+.switch-paddle {
	margin: 0
}

.switch-paddle:after {
	position: absolute;
	top: .21875rem;
	left: .21875rem;
	display: block;
	width: 1.3125rem;
	height: 1.3125rem;
	transform: translateZ(0);
	border-radius: 0;
	background: #fefefe;
	transition: all .25s ease-out;
	content: ""
}

input:checked~.switch-paddle {
	background: #3d75a1
}

input:checked~.switch-paddle:after {
	left: 1.96875rem
}[data-whatinput=mouse] input:focus~.switch-paddle {
	outline: 0
}

.switch-active,.switch-inactive {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.switch-active {
	left: 8%;
	display: none
}

input:checked+label>.switch-active {
	display: block
}

.switch-inactive {
	right: 15%
}

input:checked+label>.switch-inactive {
	display: none
}

.switch.tiny {
	height: 1.3125rem
}

.switch.tiny .switch-paddle {
	width: 2.625rem;
	height: 1.3125rem;
	font-size: .625rem
}

.switch.tiny .switch-paddle:after {
	top: .21875rem;
	left: .21875rem;
	width: .875rem;
	height: .875rem
}

.switch.tiny input:checked~.switch-paddle:after {
	left: 1.53125rem
}

.switch.small {
	height: 1.53125rem
}

.switch.small .switch-paddle {
	width: 3.0625rem;
	height: 1.53125rem;
	font-size: .75rem
}

.switch.small .switch-paddle:after {
	top: .21875rem;
	left: .21875rem;
	width: 1.09375rem;
	height: 1.09375rem
}

.switch.small input:checked~.switch-paddle:after {
	left: 1.75rem
}

.switch.large {
	height: 2.1875rem
}

.switch.large .switch-paddle {
	width: 4.375rem;
	height: 2.1875rem;
	font-size: 1rem
}

.switch.large .switch-paddle:after {
	top: .21875rem;
	left: .21875rem;
	width: 1.75rem;
	height: 1.75rem
}

.switch.large input:checked~.switch-paddle:after {
	left: 2.40625rem
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: .875rem;
	border-radius: 0
}

tbody,tfoot,thead {
	border: 1px solid #f1f1f1;
	background-color: #fefefe
}

caption {
	padding: .5rem .625rem .625rem;
	font-weight: 700
}

thead {
	background: #f8f8f8
}

tfoot,thead {
	color: #636669
}

tfoot {
	background: #f1f1f1
}

tfoot tr,thead tr {
	background: transparent
}

tfoot td,tfoot th,thead td,thead th {
	padding: .5rem .625rem .625rem;
	font-weight: 700;
	text-align: left
}

tbody td,tbody th {
	padding: .5rem .625rem .625rem
}

tbody tr:nth-child(2n) {
	border-bottom: 0;
	background-color: #f1f1f1
}

table.unstriped tbody {
	background-color: #fefefe
}

table.unstriped tbody tr {
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe
}

@media screen and (max-width:55.99875em) {
	table.stack tfoot,table.stack thead {
		display: none
	}

	table.stack td,table.stack th,table.stack tr {
		display: block
	}

	table.stack td {
		border-top: 0
	}
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}

table.hover thead tr:hover {
	background-color: #f3f3f3
}

table.hover tfoot tr:hover {
	background-color: #ececec
}

table.hover tbody tr:hover {
	background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
	background-color: #ececec
}

.table-scroll {
	overflow-x: auto
}

.tabs {
	margin: 0;
	border: 1px solid #9f9f9f;
	background: #fefefe;
	list-style-type: none
}

.tabs:after,.tabs:before {
	display: table;
	content: " "
}

.tabs:after {
	clear: both
}

.tabs.vertical>li {
	display: block;
	float: none;
	width: auto
}

.tabs.simple>li>a {
	padding: 0
}

.tabs.simple>li>a:hover {
	background: transparent
}

.tabs.primary {
	background: #3d75a1
}

.tabs.primary>li>a {
	color: #fefefe
}

.tabs.primary>li>a:focus,.tabs.primary>li>a:hover {
	background: #3a6f99
}

.tabs-title {
	float: left
}

.tabs-title>a {
	display: block;
	padding: 1.09375rem 1.3125rem;
	font-size: 1.125rem;
	line-height: 1;
	color: #3e76a2
}[data-whatinput=mouse] .tabs-title>a {
	outline: 0
}

.tabs-title>a:hover {
	background: #fefefe;
	color: #35658b
}

.tabs-title>a:focus,.tabs-title>a[aria-selected=true] {
	background: #fefefe;
	color: #3e76a2
}

.tabs-content {
	border: 1px solid #9f9f9f;
	border-top: 0;
	background: #fefefe;
	color: #636669;
	transition: all .5s ease
}

.tabs-content.vertical {
	border: 1px solid #9f9f9f;
	border-left: 0
}

.tabs-panel {
	display: none;
	padding: .875rem
}

.tabs-panel.is-active {
	display: block
}

.thumbnail {
	display: inline-block;
	max-width: 100%;
	margin-bottom: .875rem;
	border: 4px solid #fefefe;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(10,10,10,.2);
	line-height: 0
}

a.thumbnail {
	transition: box-shadow .2s ease-out
}

a.thumbnail:focus,a.thumbnail:hover {
	box-shadow: 0 0 6px 1px rgba(61,117,161,.5)
}

a.thumbnail image {
	box-shadow: none
}

.title-bar {
	padding: .4375rem;
	background: #0a0a0a;
	color: #fefefe
}

.title-bar:after,.title-bar:before {
	display: table;
	content: " "
}

.title-bar:after {
	clear: both
}

.title-bar .menu-icon {
	margin-left: .21875rem;
	margin-right: .21875rem
}

.title-bar-left {
	float: left
}

.title-bar-right {
	float: right;
	text-align: right
}

.title-bar-title {
	vertical-align: middle
}

.has-tip,.title-bar-title {
	display: inline-block;
	font-weight: 700
}

.has-tip {
	position: relative;
	border-bottom: 1px dotted #8a8a8a;
	cursor: help
}

.tooltip {
	top: calc(100% + .56831rem);
	z-index: 1200;
	max-width: 8.75rem;
	padding: .65625rem;
	border-radius: 0;
	background-color: #0a0a0a;
	font-size: 80%;
	color: #fefefe
}

.tooltip,.tooltip:before {
	position: absolute
}

.tooltip.bottom:before {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent transparent #0a0a0a;
	border-style: inset inset solid;
	border-width: 0 .65625rem .65625rem;
	bottom: 100%
}

.tooltip.bottom.align-center:before {
	left: 50%;
	transform: translateX(-50%)
}

.tooltip.top:before {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: #0a0a0a transparent transparent;
	border-style: solid inset inset;
	border-width: .65625rem .65625rem 0;
	top: 100%;
	bottom: auto
}

.tooltip.top.align-center:before {
	left: 50%;
	transform: translateX(-50%)
}

.tooltip.left:before {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent transparent transparent #0a0a0a;
	border-style: inset inset inset solid;
	border-width: .65625rem 0 .65625rem .65625rem;
	left: 100%
}

.tooltip.left.align-center:before {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%)
}

.tooltip.right:before {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent #0a0a0a transparent transparent;
	border-style: inset solid inset inset;
	border-width: .65625rem .65625rem .65625rem 0;
	right: 100%;
	left: auto
}

.tooltip.right.align-center:before {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%)
}

.tooltip.align-top:before {
	bottom: auto;
	top: 10%
}

.tooltip.align-bottom:before {
	bottom: 10%;
	top: auto
}

.tooltip.align-left:before {
	left: 10%;
	right: auto
}

.tooltip.align-right:before {
	left: auto;
	right: 10%
}

.top-bar {
	padding: 0
}

.top-bar:after,.top-bar:before {
	display: table;
	content: " "
}

.top-bar:after {
	clear: both
}

.top-bar,.top-bar ul {
	background-color: #fff
}

.top-bar input {
	max-width: 200px;
	margin-right: 1rem
}

.top-bar .input-group-field {
	width: 100%;
	margin-right: 0
}

.top-bar input.button {
	width: auto
}

.top-bar .top-bar-left,.top-bar .top-bar-right {
	width: 100%
}

@media print,screen and (min-width:40em) {
	.top-bar .top-bar-left,.top-bar .top-bar-right {
		width: auto
	}
}

@media screen and (max-width:55.99875em) {
	.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right {
		width: 100%
	}
}

@media screen and (max-width:74.99875em) {
	.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right {
		width: 100%
	}
}

@media screen and (max-width:89.99875em) {
	.top-bar.stacked-for-xlarge .top-bar-left,.top-bar.stacked-for-xlarge .top-bar-right {
		width: 100%
	}
}

.top-bar-title {
	display: inline-block;
	float: left;
	padding: 0;
	margin-top:5px;
}

.top-bar-title .menu-icon {
	bottom: 2px
}

.top-bar-left {
	float: left
}

.top-bar-right {
	float: right
}

.hide {
	display: none!important
}

.invisible {
	visibility: hidden
}

@media screen and (max-width:39.99875em) {
	.hide-for-small-only {
		display: none!important
	}
}

@media screen and (max-width:0em),screen and (min-width:40em) {
	.show-for-small-only {
		display: none!important
	}
}

@media print,screen and (min-width:40em) {
	.hide-for-medium {
		display: none!important
	}
}

@media screen and (max-width:39.99875em) {
	.show-for-medium {
		display: none!important
	}
}

@media screen and (min-width:40em) and (max-width:55.99875em) {
	.hide-for-medium-only {
		display: none!important
	}
}

@media screen and (max-width:39.99875em),screen and (min-width:56em) {
	.show-for-medium-only {
		display: none!important
	}
}

@media print,screen and (min-width:56em) {
	.hide-for-large {
		display: none!important
	}
}

@media screen and (max-width:55.99875em) {
	.show-for-large {
		display: none!important
	}
}

@media screen and (min-width:56em) and (max-width:74.99875em) {
	.hide-for-large-only {
		display: none!important
	}
}

@media screen and (max-width:55.99875em),screen and (min-width:75em) {
	.show-for-large-only {
		display: none!important
	}
}

@media screen and (min-width:75em) {
	.hide-for-xlarge {
		display: none!important
	}
}

@media screen and (max-width:74.99875em) {
	.show-for-xlarge {
		display: none!important
	}
}

@media screen and (min-width:75em) and (max-width:89.99875em) {
	.hide-for-xlarge-only {
		display: none!important
	}
}

@media screen and (max-width:74.99875em),screen and (min-width:90em) {
	.show-for-xlarge-only {
		display: none!important
	}
}

.show-for-sr,.show-on-focus {
	position: absolute!important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0
}

.show-on-focus:active,.show-on-focus:focus {
	position: static!important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.hide-for-portrait,.show-for-landscape {
	display: block!important
}

@media screen and (orientation:landscape) {
	.hide-for-portrait,.show-for-landscape {
		display: block!important
	}
}

@media screen and (orientation:portrait) {
	.hide-for-portrait,.show-for-landscape {
		display: none!important
	}
}

.hide-for-landscape,.show-for-portrait {
	display: none!important
}

@media screen and (orientation:landscape) {
	.hide-for-landscape,.show-for-portrait {
		display: none!important
	}
}

@media screen and (orientation:portrait) {
	.hide-for-landscape,.show-for-portrait {
		display: block!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.clearfix:after,.clearfix:before {
	display: table;
	content: " "
}

.clearfix:after {
	clear: both
}

.slide-in-down.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: translateY(-100%);
	transition-property: transform,opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
	transform: translateY(0)
}

.slide-in-left.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: translateX(-100%);
	transition-property: transform,opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
	transform: translateX(0)
}

.slide-in-up.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: translateY(100%);
	transition-property: transform,opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
	transform: translateY(0)
}

.slide-in-right.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: translateX(100%);
	transition-property: transform,opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
	transform: translateX(0)
}

.slide-out-down.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: translateY(0);
	transition-property: transform,opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
	transform: translateY(100%)
}

.slide-out-right.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: translateX(0);
	transition-property: transform,opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
	transform: translateX(100%)
}

.slide-out-up.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: translateY(0);
	transition-property: transform,opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
	transform: translateY(-100%)
}

.slide-out-left.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: translateX(0);
	transition-property: transform,opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
	transform: translateX(-100%)
}

.fade-in.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	opacity: 0;
	transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
	opacity: 1
}

.fade-out.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	opacity: 1;
	transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
	opacity: 0
}

.hinge-in-from-top.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	transform-origin: top;
	transition-property: transform,opacity;
	opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-in-from-right.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	transform-origin: right;
	transition-property: transform,opacity;
	opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-in-from-bottom.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(90deg);
	transform-origin: bottom;
	transition-property: transform,opacity;
	opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-in-from-left.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(90deg);
	transform-origin: left;
	transition-property: transform,opacity;
	opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	transform-origin: center;
	transition-property: transform,opacity;
	opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	transform-origin: center;
	transition-property: transform,opacity;
	opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active,.hinge-out-from-top.mui-leave {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-out-from-top.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform-origin: top;
	transition-property: transform,opacity
}

.hinge-out-from-top.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0
}

.hinge-out-from-right.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: right;
	transition-property: transform,opacity;
	opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0
}

.hinge-out-from-bottom.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: bottom;
	transition-property: transform,opacity;
	opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0
}

.hinge-out-from-left.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: left;
	transition-property: transform,opacity;
	opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: center;
	transition-property: transform,opacity;
	opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	transform-origin: center;
	transition-property: transform,opacity;
	opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0
}

.scale-in-up.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: scale(.5);
	transition-property: transform,opacity;
	opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
	transform: scale(1);
	opacity: 1
}

.scale-in-down.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: scale(1.5);
	transition-property: transform,opacity;
	opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active,.scale-out-up.mui-leave {
	transform: scale(1);
	opacity: 1
}

.scale-out-up.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transition-property: transform,opacity
}

.scale-out-up.mui-leave.mui-leave-active {
	transform: scale(1.5);
	opacity: 0
}

.scale-out-down.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: scale(1);
	transition-property: transform,opacity;
	opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
	transform: scale(.5);
	opacity: 0
}

.spin-in.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: rotate(-270deg);
	transition-property: transform,opacity;
	opacity: 0
}

.spin-in.mui-enter.mui-enter-active,.spin-out.mui-leave {
	transform: rotate(0);
	opacity: 1
}

.spin-out.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transition-property: transform,opacity
}

.spin-in-ccw.mui-enter,.spin-out.mui-leave.mui-leave-active {
	transform: rotate(270deg);
	opacity: 0
}

.spin-in-ccw.mui-enter {
	transition-duration: .5s;
	transition-timing-function: linear;
	transition-property: transform,opacity
}

.spin-in-ccw.mui-enter.mui-enter-active,.spin-out-ccw.mui-leave {
	transform: rotate(0);
	opacity: 1
}

.spin-out-ccw.mui-leave {
	transition-duration: .5s;
	transition-timing-function: linear;
	transition-property: transform,opacity
}

.spin-out-ccw.mui-leave.mui-leave-active {
	transform: rotate(-270deg);
	opacity: 0
}

.slow {
	transition-duration: .75s!important
}

.fast {
	transition-duration: .25s!important
}

.linear {
	transition-timing-function: linear!important
}

.ease {
	transition-timing-function: ease!important
}

.ease-in {
	transition-timing-function: ease-in!important
}

.ease-out {
	transition-timing-function: ease-out!important
}

.ease-in-out {
	transition-timing-function: ease-in-out!important
}

.bounce-in {
	transition-timing-function: cubic-bezier(.485,.155,.24,1.245)!important
}

.bounce-out {
	transition-timing-function: cubic-bezier(.485,.155,.515,.845)!important
}

.bounce-in-out {
	transition-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important
}

.short-delay {
	transition-delay: .3s!important
}

.long-delay {
	transition-delay: .7s!important
}

.shake {
	-webkit-animation-name: shake-7;
	animation-name: shake-7
}

@-webkit-keyframes shake-7 {
	0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
		transform: translateX(7%)
	}

	5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
		transform: translateX(-7%)
	}
}

@keyframes shake-7 {
	0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
		transform: translateX(7%)
	}

	5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
		transform: translateX(-7%)
	}
}

.spin-cw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
	0% {
		transform: rotate(-1turn)
	}

	to {
		transform: rotate(0)
	}
}

.spin-ccw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.wiggle {
	-webkit-animation-name: wiggle-7deg;
	animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {
	40%,50%,60% {
		transform: rotate(7deg)
	}

	35%,45%,55%,65% {
		transform: rotate(-7deg)
	}

	0%,30%,70%,to {
		transform: rotate(0)
	}
}

@keyframes wiggle-7deg {
	40%,50%,60% {
		transform: rotate(7deg)
	}

	35%,45%,55%,65% {
		transform: rotate(-7deg)
	}

	0%,30%,70%,to {
		transform: rotate(0)
	}
}

.shake,.spin-ccw,.spin-cw,.wiggle {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.slow {
	-webkit-animation-duration: .75s!important;
	animation-duration: .75s!important
}

.fast {
	-webkit-animation-duration: .25s!important;
	animation-duration: .25s!important
}

.linear {
	-webkit-animation-timing-function: linear!important;
	animation-timing-function: linear!important
}

.ease {
	-webkit-animation-timing-function: ease!important;
	animation-timing-function: ease!important
}

.ease-in {
	-webkit-animation-timing-function: ease-in!important;
	animation-timing-function: ease-in!important
}

.ease-out {
	-webkit-animation-timing-function: ease-out!important;
	animation-timing-function: ease-out!important
}

.ease-in-out {
	-webkit-animation-timing-function: ease-in-out!important;
	animation-timing-function: ease-in-out!important
}

.bounce-in {
	-webkit-animation-timing-function: cubic-bezier(.485,.155,.24,1.245)!important;
	animation-timing-function: cubic-bezier(.485,.155,.24,1.245)!important
}

.bounce-out {
	-webkit-animation-timing-function: cubic-bezier(.485,.155,.515,.845)!important;
	animation-timing-function: cubic-bezier(.485,.155,.515,.845)!important
}

.bounce-in-out {
	-webkit-animation-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important;
	animation-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important
}

.short-delay {
	-webkit-animation-delay: .3s!important;
	animation-delay: .3s!important
}

.long-delay {
	-webkit-animation-delay: .7s!important;
	animation-delay: .7s!important
}

.bold,.headline,.product-tabs-headline,.aaa-intro-logo-container,h1 {
	font-size: 1.8125rem
}

@media screen and (max-width:55.99875em) {
	.bold,.headline,.product-tabs-headline,.aaa-intro-logo-container,h1 {
		font-size: 1.8125rem
	}
}

.font-size-headline-small,.headline-small {
	font-size: 1.375rem
}

@media screen and (max-width:55.99875em) {
	.font-size-headline-small,.headline-small {
		font-size: 1.375rem
	}
}

.blog-content .content-right .header .product-name,.blog-content .content-right .header h2,.event-text-header,.h3,.header-slider-wrapper .h3,.news-list-pager-items .teaser-title,.product-name,.product-tabs-subline,.subline,h2,h3 {
	font-size: 1.125rem
}

.teaser-media-headline {
	font-size: 2.875rem;
	font-weight: 700
}

@media screen and (max-width:55.99875em) {
	.teaser-media-headline {
		font-size: 1.5rem
	}
}

.teaser-media-subline {
	font-size: 1.5625rem;
	font-weight: 700
}

@media screen and (max-width:55.99875em) {
	.teaser-media-subline {
		font-size: 1rem
	}
}

.font-size-headline {
	font-size: 2.8125rem!important
}

@media screen and (max-width:55.99875em) {
	.font-size-headline {
		font-size: 2.40625rem!important
	}
}

.font-size-subline {
	font-size: 1.87502rem!important
}

@media screen and (max-width:55.99875em) {
	.font-size-subline {
		font-size: 1.1375rem!important
	}
}

.font-size-like-h3 {
	font-size: 1.75rem!important
}

@media screen and (max-width:55.99875em) {
	.font-size-like-h3 {
		font-size: 1.09375rem!important
	}
}

.font-size-large5 {
	font-size: 1.625rem!important
}

.font-size-large4 {
	font-size: 1.5rem!important
}

.font-size-large3 {
	font-size: 1.375rem!important
}

.font-size-large2 {
	font-size: 1.25rem!important
}

.font-size-large1 {
	font-size: 1.125rem!important
}

.font-size-headline-small {
	font-size: 1rem!important
}

.font-size-base {
	font-size: .875rem!important
}

.font-size-small {
	font-size: .75rem!important
}

.font-size-tiny {
	font-size: .625rem!important
}

.small-blue {
	color: #004174;
	font-size: 16px;
	margin-top: 0;
	line-height: 1.2
}

.bold,.headline,.small-blue,h1 {
	font-weight: 700;
	margin-bottom: 0
}

.bold,.headline,h1 {
	color: #036
}

.headline-small {
	color: #036;
	margin-bottom: .5rem;
	font-weight: 700
}

.h3,.news-list-pager-items .teaser-title,.product-name,.product-tabs-subline,.subline,h2,h3 {
	margin-top: 0;
	color: #3e76a2;
	font-weight: 700
}

.color-dark-blue {
	color: #036!important
}

.color-light-blue {
	color: #3e76a2!important
}

.h3,h3 {
	margin-top: 1.875rem
}

.darkgrey {
	color: #3a3a3a;
	font-weight: 400
}

.strong {
	color: #0a0a0a;
	font-weight: 700;
	font-size: 26px;
	margin-top: 0
}

.highlight {
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	color: #252525;
	margin-bottom: 10px
}

.black {
	font-size: 24px;
	margin-top: 1.875rem;
	margin-bottom: 7px
}

.black,.black-small {
	font-weight: 400;
	color: #3a3a3a
}

.black-small {
	font-size: 18px;
	margin-top: 18px
}

.bold-small {
	font-weight: 700;
	color: #70767a;
	font-size: 20px;
	margin-bottom: 7px;
	margin-top: 10px
}

.seo {
	font-size: .875rem;
	font-weight: 200;
	margin-top: 0;
	margin-bottom: 45px;
	color: #036
}

.seo+.bold,.seo+.headline,.seo+h1 {
	margin-bottom: 0
}

.without-margin-top {
	margin-top: 0
}

@media screen and (max-width:39.99875em) {
	.product-name,h1,h2,h3,h4,h5,h6 {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto
	}
}

a.link-normal {
	font-weight: 400
}

.play-icon {
	display: block;
	width: 74px;
	height: 74px;
	background-size: 74px 74px;
	background: url(../images/play-video.svg) no-repeat 0 0
}

@font-face {
	font-family:icons;src:url(icons.7196a335.woff) format("woff"),url(icons.c8de05c9.ttf) format("truetype");font-weight:400;font-style:normal
}[class*=" icon-"]:before,[class^=icon-]:before {
	font-family: icons;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-down:before {
	content: "\F101"
}

.icon-arrow-edgy-down:before {
	content: "\F102"
}

.icon-arrow-edgy-left:before {
	content: "\F103"
}

.icon-arrow-edgy-right:before {
	content: "\F104"
}

.icon-arrow-edgy-up:before {
	content: "\F105"
}

.icon-arrow-left:before {
	content: "\F106"
}

.icon-arrow-light-down:before {
	content: "\F107"
}

.icon-arrow-light-left:before {
	content: "\F108"
}

.icon-arrow-light-right:before {
	content: "\F109"
}

.icon-arrow-light-up:before {
	content: "\F10A"
}

.icon-arrow-megadropdown:before {
	content: "\F10B"
}

.icon-arrow-more:before {
	content: "\F10C"
}

.icon-arrow-right:before {
	content: "\F10D"
}

.icon-arrow-up:before {
	content: "\F10E"
}

.icon-close:before {
	content: "\F10F"
}

.icon-contact:before {
	content: "\F110"
}

.icon-email:before {
	content: "\F111"
}

.icon-envelope:before {
	content: "\F112"
}

.icon-expandable-close:before {
	content: "\F113"
}

.icon-expandable-open:before {
	content: "\F114"
}

.icon-facebook:before {
	content: "\F115"
}

.icon-globe:before {
	content: "\F116"
}

.icon-googleplus:before {
	content: "\F117"
}

.icon-induux:before {
	content: "\F118"
}

.icon-linkedin:before {
	content: "\F119"
}

.icon-pdf:before {
	content: "\F11A"
}

.icon-phone-new:before {
	content: "\F14B"
}

.icon-phone:before {
	content: "\F11B"
}

.icon-pinterest:before {
	content: "\F11C"
}

.icon-play-arrow:before {
	content: "\F11D"
}

.icon-print:before {
	content: "\F11E"
}

.icon-product-add:before {
	content: "\F11F"
}

.icon-product-cij:before {
	content: "\F120"
}

.icon-product-data:before {
	content: "\F121"
}

.icon-product-dod:before {
	content: "\F122"
}

.icon-product-et:before {
	content: "\F123"
}

.icon-product-hi-res:before {
	content: "\F124"
}

.icon-product-ink:before {
	content: "\F125"
}

.icon-product-jet:before {
	content: "\F126"
}

.icon-product-label-addon:before {
	content: "\F127"
}

.icon-product-label-custom-robot:before {
	content: "\F128"
}

.icon-product-label-custom:before {
	content: "\F129"
}

.icon-product-label-ld:before {
	content: "\F12A"
}

.icon-product-label-lp:before {
	content: "\F12B"
}

.icon-product-label-pa:before {
	content: "\F12C"
}

.icon-product-label-plu:before {
	content: "\F12D"
}

.icon-product-label-robot:before {
	content: "\F12E"
}

.icon-product-label:before {
	content: "\F12F"
}

.icon-product-laser:before {
	content: "\F130"
}

.icon-product-software:before {
	content: "\F131"
}

.icon-product-st:before {
	content: "\F132"
}

.icon-product-verify:before {
	content: "\F133"
}

.icon-product-verify1d:before {
	content: "\F134"
}

.icon-product-verify2d:before {
	content: "\F135"
}

.icon-search:before {
	content: "\F136"
}

.icon-thin-arrow-down:before {
	content: "\F14C"
}

.icon-twitter:before {
	content: "\F137"
}

.icon-video-embed:before {
	content: "\F138"
}

.icon-video-fast-forward:before {
	content: "\F139"
}

.icon-video-fullscreen:before {
	content: "\F13A"
}

.icon-video-heart:before {
	content: "\F13B"
}

.icon-video-next:before {
	content: "\F13C"
}

.icon-video-pause-big:before {
	content: "\F13D"
}

.icon-video-pause:before {
	content: "\F13E"
}

.icon-video-play-big:before {
	content: "\F13F"
}

.icon-video-play-small:before {
	content: "\F140"
}

.icon-video-play:before {
	content: "\F141"
}

.icon-video-previous:before {
	content: "\F142"
}

.icon-video-rewind:before {
	content: "\F143"
}

.icon-video-save:before {
	content: "\F144"
}

.icon-video-settings:before {
	content: "\F145"
}

.icon-video-share:before {
	content: "\F146"
}

.icon-video-volume:before {
	content: "\F147"
}

.icon-whatsapp:before {
	content: "\F148"
}

.icon-xing:before {
	content: "\F149"
}

.icon-youtube:before {
	content: "\F14A"
}

.fifth-box {
	width: 100%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem
}

@media print,screen and (min-width:40em) {
	.fifth-box {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

.fifth-box,.fifth-box:last-child:not(:first-child) {
	float: left;
	clear: none
}

.fifth-box:last-child:not(:first-child) {
	/*float: right*/
}

@media print,screen and (min-width:56em) {
	.fifth-box {
		width: 20%;
		float: left;
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

@media print,screen and (min-width:56em) and (min-width:40em) {
	.fifth-box {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

@media print,screen and (min-width:56em) {
	.fifth-box,.fifth-box:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.fifth-box:last-child:not(:first-child) {
		/*float: right*/
	}
}

.hr-short {
	max-width: 4.375rem;
	margin: 1.25rem 0;
	text-align: left
}

body.blur-background:after {
	content: "";
	position: fixed;
	z-index: 20000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,35,70,.75)
}

body .fullwidth-white {
	position: relative;
	background: #fefefe;
	overflow: hidden
}

body .fullwidth-white:after,body .fullwidth-white:before {
	content: "";
	position: absolute;
	background: #fefefe;
	top: 0;
	bottom: 0;
	width: 9999px
}

body .fullwidth-white:before {
	right: 100%
}

body .fullwidth-white:after {
	left: 100%
}

body .fullwidth-grey {
	position: relative;
	background: #eee;
	overflow: hidden
}

body .fullwidth-grey:after,body .fullwidth-grey:before {
	content: "";
	position: absolute;
	background: #eee;
	top: 0;
	bottom: 0;
	width: 9999px
}

body .fullwidth-grey:before {
	right: 100%
}

body .fullwidth-grey:after {
	left: 100%
}

.ce-bodytext,.powermail_field,p {
	font-size: 16px
}

a {
	font-weight: 700;
	color: #3e76a2
}

a:hover {
	color: #036
}

#top {
	padding: 0
}

#top .ce-media {
	text-align: center
}

#top .ce-media img {
	width: 100%
}

.general-section-spacing-mt {
	margin-top: 3.125rem!important
}

@media screen and (max-width:39.99875em) {
	.general-section-spacing-mt-small-down {
		margin-top: 3.125rem!important
	}
}

@media screen and (max-width:55.99875em) {
	.general-section-spacing-mt-medium-down {
		margin-top: 3.125rem!important
	}
}

.general-section-spacing-mb {
	margin-bottom: 3.125rem!important
}

@media screen and (max-width:39.99875em) {
	.general-section-spacing-mb-small-down {
		margin-bottom: 3.125rem!important
	}
}

@media screen and (max-width:55.99875em) {
	.general-section-spacing-mb-medium-down {
		margin-bottom: 3.125rem!important
	}
}

.general-block-spacing-mt {
	margin-top: 1.875rem!important
}

@media screen and (max-width:39.99875em) {
	.general-block-spacing-mt-small-down {
		margin-top: 1.875rem!important
	}
}

@media screen and (max-width:55.99875em) {
	.general-block-spacing-mt-medium-down {
		margin-top: 1.875rem!important
	}
}

.general-block-spacing-mb {
	margin-bottom: 1.875rem!important
}

@media screen and (max-width:39.99875em) {
	.general-block-spacing-mb-small-down {
		margin-bottom: 1.875rem!important
	}
}

@media screen and (max-width:55.99875em) {
	.general-block-spacing-mb-medium-down {
		margin-bottom: 1.875rem!important
	}
}

.general-element-spacing-mt {
	margin-top: .875rem!important
}

@media screen and (max-width:39.99875em) {
	.general-element-spacing-mt-small-down {
		margin-top: .875rem!important
	}
}

@media screen and (max-width:55.99875em) {
	.general-element-spacing-mt-medium-down {
		margin-top: .875rem!important
	}
}

.general-element-spacing-mb {
	margin-bottom: .875rem!important
}

@media screen and (max-width:39.99875em) {
	.general-element-spacing-mb-small-down {
		margin-bottom: .875rem!important
	}
}

@media screen and (max-width:55.99875em) {
	.general-element-spacing-mb-medium-down {
		margin-bottom: .875rem!important
	}
}

@media screen and (max-width:39.99875em) {
	.vertical-margin-mobile {
		margin: 30px 0
	}
}

#top:not(.no-header-content)+#rootline {
	margin-top: -2.8125rem
}

.content-seo {
	display: inline-block
}

.content-seo h1 {
	color: inherit
}

.space-header-to-content {
	min-height: 2.5rem
}

.button {
	margin-top: 0;
	margin-bottom: 0
}

.content {
	position: relative;
	z-index: 20
}

.product-name,h1,h2,h3,h4,h5,h6 {
	margin-top: 0
}

.bold,.headline,h1 {
	margin-bottom: .875rem
}

.bold+.h3,.bold+.product-tabs-subline,.bold+.subline,.bold+h3,.headline+.h3,.headline+.product-tabs-subline,.headline+.subline,.headline+h3,.news-list-pager-items .bold+.teaser-title,.news-list-pager-items .headline+.teaser-title,h1+.product-name,h1+h2 {
	margin-top: -.3125rem;
	margin-bottom: 1.25rem
}

.h3+.h3,.h3+.product-tabs-subline,.h3+.subline,.h3+h3,.news-list-pager-items .h3+.teaser-title,.news-list-pager-items .product-tabs-subline+.teaser-title,.news-list-pager-items .subline+.teaser-title,.news-list-pager-items .teaser-title+.h3,.news-list-pager-items .teaser-title+.product-tabs-subline,.news-list-pager-items .teaser-title+.subline,.news-list-pager-items .teaser-title+.teaser-title,.news-list-pager-items .teaser-title+h3,.news-list-pager-items h3+.teaser-title,.product-name+.product-name,.product-name+h2,.product-tabs-subline+.h3,.product-tabs-subline+.product-tabs-subline,.product-tabs-subline+.subline,.product-tabs-subline+h3,.subline+.h3,.subline+.product-tabs-subline,.subline+.subline,.subline+h3,h2+.product-name,h2+h2,h3+.h3,h3+.product-tabs-subline,h3+.subline,h3+h3 {
	margin-top: 0
}

.ce-bodytext ul,.product-text ul,ul.ce-bullets {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 16px
}

.ce-bodytext ul li,.product-text ul li,ul.ce-bullets li {
	padding-left: 1.5625rem
}

.ce-bodytext ul li:before,.product-text ul li:before,ul.ce-bullets li:before {
	content: "\25A0";
	display: inline-block;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	color: #3d75a1;
	font-size: 1.125rem;
	width: 1.5625rem;
	margin-left: -1.5625rem
}

.textmedia-teaser p.small-blue {
	margin-top: 20px;
	margin-bottom: 8px
}

@media screen and (max-width:55.99875em) {
	.textmedia-teaser p.small-blue {
		margin-top: 0;
		margin-bottom: 8px
	}
}

@media screen and (max-width:39.99875em) {
	.textmedia-teaser p.small-blue {
		margin-top: 20px;
		margin-bottom: 8px
	}

	.ce-grid .textmedia-teaser {
		margin-top: 30px
	}
}

.content-right {
	margin-top: 1rem
}

.content-right .ce-textpic {
	padding: 0 .875rem
}

.content-right .ce-textpic a {
	color: #3e76a2
}

.small-2-4 {
	width: 20%
}

#top img {
	min-width: 100%
}

.background-white {
	background: #fefefe
}

.separator-small {
	display: block;
	border-top: 1px solid #ddd;
	width: 70px
}

a p {
	color: #6f686b;
	font-weight: 400;
	font-size: 16px
}

hr {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #fff;
	margin: 3.125rem auto 1.875rem
}

.no-padding {
	padding: 0!important
}

button.button.orbit-next,button.button.orbit-previous {
	outline: none
}

.margin-bottom-20 {
	margin-bottom: 20px
}

.icon-small {
	font-size: 8px
}

label {
	font-weight: 700;
	color: #036;
	margin-bottom: 6px;
	margin-top: 10px
}

label .mandatory {
	color: #004174;
	margin-left: 5px
}

label.mandatory {
	float: right;
	margin-top: 0
}

@media screen and (max-width:39.99875em) {
	label.mandatory {
		float: none;
		margin-top: 10px
	}
}

.powermail_form .mandatory-fields-notice {
	margin-top: .875rem;
	border: 1px solid #bfdfe7;
	background-color: #dcecf6;
	color: #004174
}

.powermail_form .parsley-errors-list li {
	color: #cc4b37
}

.powermail_form fieldset .fullwidth_nolabel label.powermail_label,.powermail_form fieldset .nolabel label.powermail_label {
	display: none
}

#powermail_field_repair_product_identifer,#powermail_field_repair_serial_number {
	margin-bottom: .5rem
}

.form-lightbox-link {
	display: block;
	margin-bottom: 1rem;
	padding-left: 1rem;
	background-image: url(../images/navigation-arrow-v2-active.81dd2212.png);
	background-repeat: no-repeat;
	background-position: 0 8px
}

select,select.powermail_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fefefe url(../images/arrow_down.440517f4.png) no-repeat 100%;
	background-position-x: 97%
}

select.powermail_select::-ms-expand,select::-ms-expand {
	display: none
}

.autozoom-image-container {
	overflow: hidden
}

.autozoom-image-container img {
	max-width: 100%;
	min-width: 100%
}

.autozoom-image-container-startzoom img {
	transition: all 16s ease;
	transform: scale(1.12)
}

.powermail_form.common .checkbox>label {
	position: relative;
	margin: 10px 0 0 1.75rem
}

.checkbox-container {
	display: inline-block;
	position: absolute;
	top: 8px;
	left: -2.65rem;
	width: 20px;
	height: 20px;
	background-color: #fefefe;
	border: 1px solid #cacaca;
	border-radius: 0;
	box-shadow: 0 0 2px rgba(10,10,10,.2);
	cursor: pointer
}

.checkbox>label:hover {
	cursor: pointer
}

.checkbox-container:hover,.checkbox>label:hover .checkbox-container {
	background-color: #eee
}

.checkbox-container.disabled {
	background-color: #b8b8b8;
	cursor: default
}

.checkbox-container .checkmark {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity .1s ease
}

.checkbox-container .checkmark:after {
	position: absolute;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check fa-w-16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2316C3BC' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	transform: translate(-50%,-66%)
}

.checkbox-container.checked .checkmark {
	opacity: 1
}

.content-right .ce-align-left,.content .ce-align-left {
	text-align: left
}

.content-right .ce-align-center,.content .ce-align-center {
	text-align: center
}

.content-right .ce-align-right,.content .ce-align-right {
	text-align: right
}

.content-right .ce-table td,.content-right .ce-table th,.content .ce-table td,.content .ce-table th {
	vertical-align: top
}

.content-right .ce-gallery,.content-right .ce-nowrap .ce-bodytext,.content-right .ce-row,.content-right .ce-textpic,.content-right .ce-uploads div,.content-right .ce-uploads li,.content .ce-gallery,.content .ce-nowrap .ce-bodytext,.content .ce-row,.content .ce-textpic,.content .ce-uploads div,.content .ce-uploads li {
	overflow: hidden
}

.content-right .ce-textpic.border-top,.content .ce-textpic.border-top {
	padding-top: 2rem;
	border-top: 1px solid #dfdfdf
}

.content-right .ce-column,.content-right .ce-left .ce-gallery,.content .ce-column,.content .ce-left .ce-gallery {
	float: left
}

.content-right .ce-center .ce-outer,.content .ce-center .ce-outer {
	position: relative;
	float: right;
	right: 50%
}

.content-right .ce-center .ce-inner,.content .ce-center .ce-inner {
	position: relative;
	float: right;
	right: -50%
}

.content-right .ce-right .ce-gallery,.content .ce-right .ce-gallery {
	float: right
}

.content-right .fullwidth-image .ce-center .ce-inner,.content-right .fullwidth-image .ce-center .ce-outer,.content-right .fullwidth-image .ce-column,.content-right .fullwidth-image .ce-left .ce-gallery,.content-right .fullwidth-image .ce-right .ce-gallery,.content .fullwidth-image .ce-center .ce-inner,.content .fullwidth-image .ce-center .ce-outer,.content .fullwidth-image .ce-column,.content .fullwidth-image .ce-left .ce-gallery,.content .fullwidth-image .ce-right .ce-gallery {
	position: inherit;
	float: none;
	right: auto
}

.content-right .ce-gallery figure,.content .ce-gallery figure {
	display: table;
	margin: 0
}

.content-right .ce-gallery figcaption,.content .ce-gallery figcaption {
	display: table-caption;
	caption-side: bottom
}

.content-right .ce-gallery img,.content .ce-gallery img {
	display: block
}

.content-right .ce-gallery iframe,.content .ce-gallery iframe {
	border-width: 0
}

.content-right .ce-above .ce-bodytext,.content .ce-above .ce-bodytext {
	clear: both
}

.content-right .ce-intext.ce-left ol,.content-right .ce-intext.ce-left ul,.content .ce-intext.ce-left ol,.content .ce-intext.ce-left ul {
	padding-left: 0;
	overflow: auto
}

.content-right .ce-uploads,.content .ce-uploads {
	margin: 0;
	padding: 0
}

.content-right .ce-uploads li,.content .ce-uploads li {
	list-style: none outside none;
	margin: 0
}

.content-right .ce-uploads img,.content .ce-uploads img {
	float: left;
	vertical-align: top
}

.content-right .ce-uploads span,.content .ce-uploads span {
	display: block
}

.content-right a:not(.button):not(.link-block):not(.video):not(.accordion-title):hover,.content a:not(.button):not(.link-block):not(.video):not(.accordion-title):hover {
	text-decoration: underline
}

.align-left {
	text-align: left
}

.align-center {
	text-align: center
}

.align-right {
	text-align: right
}

.align-justify {
	text-align: justify
}

.space-bottom-0 {
	margin-bottom: 0
}

.space-bottom-5 {
	margin-bottom: .3125rem
}

.space-bottom-10 {
	margin-bottom: .625rem
}

.space-bottom-20 {
	margin-bottom: 1.25rem
}

.space-bottom-25 {
	margin-bottom: 1.5625rem
}

.space-bottom-30 {
	margin-bottom: 1.875rem
}

.space-bottom-40 {
	margin-bottom: 2.5rem
}

.space-bottom-50 {
	margin-bottom: 3.125rem
}

.space-bottom-60 {
	margin-bottom: 3.75rem
}

.space-bottom-70 {
	margin-bottom: 4.375rem
}

.space-bottom-75 {
	margin-bottom: 4.6875rem
}

.space-bottom-80 {
	margin-bottom: 5rem
}

.space-bottom-90 {
	margin-bottom: 5.625rem
}

.space-bottom-100 {
	margin-bottom: 6.25rem
}

.space-top-0 {
	margin-top: 0
}

.space-top-5 {
	margin-top: .3125rem
}

.space-top-10 {
	margin-top: .625rem
}

.space-top-20 {
	margin-top: 1.25rem
}

.space-top-25 {
	margin-top: 1.5625rem
}

.space-top-30 {
	margin-top: 1.875rem
}

.space-top-40 {
	margin-top: 2.5rem
}

.space-top-50 {
	margin-top: 3.125rem
}

.space-top-60 {
	margin-top: 3.75rem
}

.space-top-70 {
	margin-top: 4.375rem
}

.space-top-75 {
	margin-top: 4.6875rem
}

.space-top-80 {
	margin-top: 5rem
}

.space-top-90 {
	margin-top: 5.625rem
}

.space-top-100 {
	margin-top: 6.25rem
}

.remove-accordion-height {
	margin-top: -2.9375rem
}

.fullwidth-image .ce-column,.fullwidth-image .ce-gallery,.fullwidth-image .ce-media img,.teaser-grid .ce-column,.teaser-grid .ce-gallery,.teaser-grid .ce-media img,.textmedia-teaser .ce-column,.textmedia-teaser .ce-gallery,.textmedia-teaser .ce-media img {
	width: 100%
}

.center-header .header>* {
	text-align: center
}

@media screen and (max-width:39.99875em) {
	.teaser-grid .ce-gallery .columns+.columns {
		margin-top: 1.875rem
	}
}

.teaser-grid .ce-gallery .main-nav+.main-nav,.teaser-grid .ce-gallery .main-nav+.row,.teaser-grid .ce-gallery .row+.main-nav,.teaser-grid .ce-gallery .row+.row {
	margin-top: 1.875rem
}

.image-caption,.news-img-caption {
	font-size: .75rem
}

@media print,screen and (min-width:40em) {
	.columns-after-header-slider .column-dark,.columns-after-header-slider .column-light,.columns-colored .column-dark,.columns-colored .column-light {
		padding: 1.6875rem 1.1875rem 1.6875rem 1.6875rem
	}
}

@media print,screen and (min-width:40em) {
	.column-light {
		background: #fff
	}

	.column-dark {
		background: #eee
	}
}

.teaser-grid header {
	padding: .6125rem .875rem;
	background-color: #3e76a2;
	font-size: 1rem
}

.teaser-grid header .product-name,.teaser-grid header h2 {
	margin: 0;
	color: #fefefe;
	font-size: 1rem;
	line-height: 25.6px
}

.teaser-grid header h3 {
	margin: 0
}

.teaser-grid .bottom {
	padding: 1.25rem 1.375rem 0;
	background-color: #eee;
	color: #3e76a2
}

.teaser-grid .bottom .title {
	margin-bottom: .5rem;
	font-size: 1rem;
	font-weight: 700
}

.teaser-grid .bottom .item {
	padding-bottom: 1.25rem;
	color: #3e76a2;
	font-size: .875rem
}

.teaser-grid .bottom .item.clickscroll {
	cursor: pointer
}

.teaser-grid .bottom .item.clickscroll:hover {
	text-decoration: underline
}

.teaser-grid .bottom .item a {
	font-weight: 400
}

.teaser-grid .bottom .item .icon {
	margin-right: .625rem;
	color: #16c3bc
}

.teaser-grid .bottom .item .icon-envelope {
	font-size: .9rem
}

.aaa-intro-logo-container {
	min-height: 2em
}

.aaa-intro-logo {
	width: auto;
	max-width: 100%;
	max-height: 2.8125rem;
	vertical-align: top
}

.video-link {
	float: right;
	line-height: 35px
}

.video-link:after {
	content: " ";
	display: inline-block;
	width: 31px;
	height: 31px;
	background-size: 31px 31px;
	background: url(../images/play-video.svg) no-repeat 0 0;
	float: right;
	margin-left: .5625rem
}

.tabs {
	border: 0;
	border-bottom: 1px solid #9f9f9f
}

.tabs-title>a {
	border-top: 5px solid transparent;
	margin-bottom: -1px;
	color: #3d75a1
}

.tabs-title>a:focus,.tabs-title>a:hover,.tabs-title>a[aria-selected=true] {
	border-top: 5px solid #3d75a1;
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	text-decoration: none;
	color: #3d75a1
}

.content .tabs-title>a:hover:focus,.content .tabs-title>a:hover:hover,.content .tabs-title>a:hover[aria-selected=true] {
	text-decoration: none
}

.tabs-content {
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
	transition: none
}

.tabs-content-preview-trigger-container {
	position: absolute;
	bottom: 0;
	left: .875rem;
	right: .875rem;
	height: 3.5rem;
	background: #fefefe
}

.tabs-content-preview-trigger {
	position: absolute;
	bottom: .875rem;
	height: 1.75rem;
	line-height: 1.75rem;
	color: #8a8a8a;
	font-weight: 700;
	cursor: pointer;
	transition: opacity .5s
}

.tabs-content-preview-trigger[aria-hidden=true] {
	opacity: 0;
	z-index: -1
}

.tabs-content-preview-trigger:focus {
	outline: none
}

.tabs-content-preview-trigger:after {
	margin-left: 10px;
	font-size: 10px;
	color: #3d75a1
}

.tabs-content-preview-trigger-enable:after {
	content: "\F10E";
	font-family: icons;
	font-style: normal
}

.tabs-content-preview-trigger-disable:after {
	content: "\F101";
	font-family: icons;
	font-style: normal
}

#floatingcontrols .btn-close,.embed-collection .overlay-buttons .embed-collection-button {
	background: none;
	border: none;
	padding: 0
}

.button {
	position: relative;
	font-weight: 700
}

.more.button {
	position: relative;
	padding-right: 2.1875rem
}

.more.button:after {
	content: "\F10D";
	font-family: icons;
	font-style: normal;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: .5rem
}

.primary.button {
	color: #fff
}

.button-large.button {
	font-size: 18px;
	padding: 10px 35px
}

.button-link {
	background: none;
	border: none;
	cursor: pointer
}

#header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 20001;
	max-width: 100vw;
	border-bottom: 1px solid #70767a;
	min-height: 103px
}


@media screen and (max-width:55.99875em) {
	#header {
		min-height: 66px
	}
}

#header .header-mobile-trigger {
	float: right;
	display: none;
	line-height: 75px
}

@media screen and (max-width:55.99875em) {
	#header .header-mobile-trigger {
		display: inline
	}
}

@media screen and (max-width:55.99875em) {
	#header.top-bar {
		padding: 0;
		overflow: hidden;
		overflow-y: auto;
		max-height: 100%;
		-webkit-overflow-scrolling: touch
	}
}

@media screen and (min-width:56em) {
	.header-row {
		max-width: 71.25rem;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		float: left;
		padding-right: .625rem;
		padding-left: .625rem
	}

	.header-row:after,.header-row:before {
		display: table;
		content: " "
	}

	.header-row:after {
		clear: both
	}
}

@media screen and (min-width:56em) and (min-width:40em) {
	.header-row {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

@media screen and (min-width:56em) {
	.header-row,.header-row:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.header-row:last-child:not(:first-child) {
		float: right
	}

	.header-row,.header-row:last-child {
		float: none
	}
}

@media screen and (max-width:39.99875em) {
	.header-logo,.header-mobile-trigger {
		padding-right: .625rem;
		padding-left: .625rem
	}
}

@media screen and (min-width:40em) and (max-width:55.99875em) {
	.header-logo,.header-mobile-trigger {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

@media screen and (max-width:55.99875em) {
	.header-logo {
		width:80%;
		height: 75px;
		line-height: 75px
	}

	.header-responsive-menu {
		clear: both;
		display: none;
		min-height: calc(100vh - 75px);
		margin-top: 11px;
		border-top: 1px solid #70767a
	}

	.sub-navigation {
		text-align: right
	}

	.sub-navigation ul {
		margin-right: 1.09375rem
	}

	.mega-menu-teaser-image,.product-menu-image {
		display: none
	}

	.main-nav-language-switcher {
		clear: both;
		text-align: right;
		margin-bottom: .875rem
	}

	.main-nav-language-switcher a {
		display: inline-block;
		width: 30px;
		height: 30px;
		margin-left: 5px;
		background-color: #e6e6e6;
		color: #fefefe;
		text-align: center;
		line-height: 30px
	}

	.main-nav-language-switcher a.active {
		background-color: #3d75a1
	}

	.main-nav-special {
		clear: both
	}

	.main-nav-separator {
		border-top: 1px solid #ccc;
		margin-left: -.875rem;
		margin-right: -.875rem
	}
}

@media print,screen and (min-width:56em) {
	.main-nav-item {
		display: none
	}
}

.landingpage-nav-item {
	display: inline-block;
	vertical-align: top;
	padding: .625rem;
	font-size: .875rem;
	border-right: 0;
	margin-top: 6px
}

.button.primary.language-switcher {
	color: #fefefe;
	text-align: center;
	padding: 5px;
	border-radius: 4px
}

@media print,screen and (min-width:56em) {
	.button.primary.language-switcher {
		min-width: 50px
	}
}

@media screen and (min-width:75em) {
	.button.primary.language-switcher {
		min-width: 50px
	}
}

.language-switcher {
	font-weight: 700;
	font-family: Open Sans Condensed,Times New Roman,serif;
	text-transform: uppercase;
	color: #8a8a8a
}

.language-switcher .icon-globe:before {
	display: inline-block;
	margin-top: -.1875rem
}

.meta-nav {
	text-align: right;
	font-size: 0;
	font-weight: 700;
	font-family: Open Sans Condensed,Times New Roman,serif
}

.meta-nav .meta-nav-item {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #cacaca;
	padding: .625rem;
	font-size: .875rem
}

.meta-nav .meta-nav-item.meta-nav-landing-page {
	border-right: 0;
	margin-top: 6px
}

.meta-nav .meta-nav-mega-language-switcher {
	padding: 0
}

.meta-nav .meta-nav-mega-language-switcher .language-switcher {
	padding: 0 .625rem;
	line-height: 2.625rem
}

.meta-nav .meta-nav-social-media a {
	line-height: 1.5;
	padding: 0 .3125rem
}

.meta-nav .meta-nav-login {
	position: relative
}

.meta-nav .meta-nav-login .header-login-trigger {
	cursor: pointer
}

.meta-nav .meta-nav-login button {
	font-family: inherit;
	text-transform: uppercase;
	font-weight: 700;
	color: #8a8a8a
}

.meta-nav .meta-nav-login button:hover {
	color: #3d75a1
}

.meta-nav .meta-nav-login .dropdown-pane {
	left: auto!important;
	right: -1px!important;
	top: 100%!important;
	text-align: center;
	font-family: Open Sans,sans-serif
}

.meta-nav .meta-nav-login .dropdown-pane .column+.column,.meta-nav .meta-nav-login .dropdown-pane .column+.columns,.meta-nav .meta-nav-login .dropdown-pane .columns+.column,.meta-nav .meta-nav-login .dropdown-pane .columns+.columns {
	border-left: 1px solid #8a8a8a
}

.meta-nav .meta-nav-login .dropdown-pane a:before {
	content: "\F104";
	font-family: icons;
	font-style: normal
}

.meta-nav a {
	color: #8a8a8a
}

.meta-nav a.active,.meta-nav a:hover {
	color: #3d75a1
}

@media screen and (max-width:55.99875em) {
	.meta-nav {
		display: none
	}
}

.main-mobile-nav {
	margin-left: 0;
	background: #fefefe;
	list-style-type: none;
	font-family: Open Sans Condensed,sans-serif;
	font-size: 1.125rem
}

.main-mobile-nav .has-submenu-toggle .main-item-link:after,.main-mobile-nav .has-submenu-toggle .submenu .product-menu-header-link:after {
	content: "";
	position: absolute;
	top: 0;
	right: 54.5px;
	width: 1px;
	height: 100%;
	background-color: #b8b8b8
}

.main-mobile-nav li {
	display: block
}

.main-mobile-nav[disabled] .accordion-title {
	cursor: not-allowed
}

.main-mobile-nav a {
	text-decoration: none;
	line-height: 50px;
	position: relative
}

.main-mobile-nav ul {
	margin: 0
}[data-whatinput=mouse] .main-mobile-nav li {
	outline: 0
}

.main-mobile-nav .submenu,.main-mobile-nav li+li {
	border-top: 1px solid #e6e6e6
}

.main-mobile-nav>li:last-child {
	border-bottom: 1px solid #e6e6e6
}

@media screen and (min-width:56em) {
	.main-mobile-nav {
		display: none
	}
}

.main-mobile-nav .icon-globe {
	position: relative;
	top: -3px
}

.main-mobile-nav a {
	display: inline-block;
	text-transform: uppercase;
	color: #70767a;
	font-weight: 700;
	width: 100%
}

.main-mobile-nav .main-item-link {
	border-left: .3125rem solid #e6e6e6;
	padding: 0 54.5px 0 .9375rem
}

.main-mobile-nav .active>a {
	color: #004174
}

.main-mobile-nav .active .main-item-link {
	position: relative;
	border-left: .3125rem solid #004174
}

.main-mobile-nav .submenu a {
	padding: 0 54.5px 0 1.875rem
}

.main-mobile-nav .submenu .submenu a {
	color: #969093;
	padding: 0 54.5px 0 3.125rem
}

.main-mobile-nav .submenu-toggle {
	border: none
}

.main-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	min-height: 3.85rem;
	position: inherit
}[data-whatinput=mouse] .main-nav li {
	outline: 0
}

.main-nav .button,.main-nav a {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: .53594rem .475rem
}

.main-nav a,.main-nav button,.main-nav input,.main-nav select {
	margin-bottom: 0
}

.main-nav input {
	display: inline-block
}

.main-nav li {
	display: block
}

@media screen and (max-width:55.99875em) {
	.main-nav {
		display: none
	}
}

.main-nav>li {
	display: inline-block
}

.main-nav>li>a {
	font-family: Open Sans Condensed,Times New Roman,serif;
	font-weight: 700;
	font-size: 1.0625rem;
	text-transform: uppercase;
	color: #70767a;
	line-height: 2.625rem
}

@media screen and (max-width:55.99875em) {
	.main-nav>li>a {
		text-align: right;
		padding-top: 0;
		padding-bottom: 0
	}
}

.main-nav>li>a:hover {
	color: #036
}

.main-nav>li.active>a {
	background: transparent;
	color: #036
}

.main-nav a {
	font-weight: 400
}

.empty-product-menu-item {
	display: none
}

.product-menu-image {
	height: .625rem
}

.sub-navigation-host {
	position: relative;
	cursor: default
}

.sub-navigation-host>a.no-overview-page {
	cursor: default
}

.sub-navigation-host.mega-menu {
	position: static
}

.sub-navigation-host.end .sub-navigation {
	left: auto;
	right: 0
}

.sub-navigation {
	display: none;
	list-style-type: none
}

.sub-navigation .sub-navigation-mega-menu {
	list-style-type: none;
	max-width: 71.25rem;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	position: relative
}

.sub-navigation .sub-navigation-mega-menu>.sub-navigation-spacing {
	float: left;
	width: 100%;
	padding-right: .625rem;
	padding-left: .625rem
}

@media print,screen and (min-width:40em) {
	.sub-navigation .sub-navigation-mega-menu>.sub-navigation-spacing {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

.sub-navigation .sub-navigation-mega-menu>.sub-navigation-spacing:nth-of-type(1n) {
	clear: none
}

.sub-navigation .sub-navigation-mega-menu>.sub-navigation-spacing:nth-of-type(1n+1) {
	clear: both
}

.sub-navigation .sub-navigation-mega-menu>.sub-navigation-spacing:last-child {
	float: left
}

@media print,screen and (min-width:56em) {
	.sub-navigation .sub-navigation-sub-menu ul {
		padding: 0;
		margin: 0
	}

	.sub-navigation .sub-navigation-sub-menu ul li a {
		background: url(../images/navigation-arrow-v2.c700fcd7.png) no-repeat scroll 0 .71em transparent;
		position: relative;
		padding-left: .875rem
	}

	.sub-navigation .sub-navigation-sub-menu ul li a.active,.sub-navigation .sub-navigation-sub-menu ul li a:hover {
		background: url(../images/navigation-arrow-v2-active.81dd2212.png) no-repeat scroll 0 .71em transparent
	}

	.sub-navigation .sub-navigation-sub-menu .sub-navigation-background {
		min-width: 12.5rem
	}
}

@media screen and (max-width:55.99875em) {
	.sub-navigation .sub-navigation-background {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

@media print,screen and (min-width:56em) {
	.sub-navigation .sub-navigation-background {
		position: relative;
		margin-top: 1px;
		padding: 2.125rem;
		background: #fff
	}

	.sub-navigation .sub-navigation-background ul {
		position: relative;
		background: #fff
	}

	.sub-navigation .sub-navigation-background ul li.active>a,.sub-navigation .sub-navigation-background ul li.active li.active>a {
		background-color: transparent;
		color: #004174;
		font-weight: 600
	}

	.sub-navigation .sub-navigation-background ul li.level_1:after {
		content: "";
		display: block;
		position: absolute;
		top: 45px;
		bottom: 35px;
		width: 1px;
		background-color: #bdcedc
	}

	.sub-navigation .sub-navigation-background ul li.level_1.end:after {
		display: none
	}

	.sub-navigation .sub-navigation-background ul li.level_1.item_0:after {
		left: 33%
	}

	.sub-navigation .sub-navigation-background ul li.level_1.item_1:after {
		left: 66%
	}

	.sub-navigation .sub-navigation-background ul li.level_1.item_2:after {
		display: none
	}

	.sub-navigation .sub-navigation-background ul li.level_1 ul {
		margin-left: 0
	}

	.sub-navigation .sub-navigation-background ul li.level_1 ul li a {
		background: url(../images/navigation-arrow-v2.c700fcd7.png) no-repeat scroll 0 .71em transparent;
		position: relative;
		padding-left: .875rem
	}

	.sub-navigation .sub-navigation-background ul li.level_1 ul li a.active,.sub-navigation .sub-navigation-background ul li.level_1 ul li a:hover {
		background: url(../images/navigation-arrow-v2-active.81dd2212.png) no-repeat scroll 0 .71em transparent
	}

	.sub-navigation .sub-navigation-background>ul {
		padding-bottom: 30px
	}

	.sub-navigation .sub-navigation-background>ul.product-menu {
		padding-bottom: 0
	}
}

.sub-navigation a {
	color: #6f686b
}

.sub-navigation a i.icon-play-arrow {
	font-size: 10px;
	position: relative;
	top: -2px
}

@media screen and (max-width:55.99875em) {
	.sub-navigation a {
		text-transform: uppercase;
		font-family: Open Sans Condensed,Times New Roman,serif;
		font-weight: 700
	}
}

.sub-navigation a:hover {
	color: #004174;
	font-weight: 600
}

@media print,screen and (min-width:56em) {
	.sub-navigation a {
		font-size: .74375rem;
		line-height: .81812rem;
		display: block;
		padding-top: .37188rem;
		padding-bottom: .37188rem;
		padding-right: 0
	}

	.sub-navigation a.level_1 {
		display: inline-block;
		font-size: .9625rem;
		font-weight: 600;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		position: relative
	}

	.sub-navigation a.level_1:after {
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		width: 110%;
		height: 1px;
		background-color: #bdcedc
	}
}

.sub-navigation ul {
	list-style-type: none
}

@media print,screen and (min-width:56em) {
	.sub-navigation .product-menu {
		margin: 0;
		padding: 0
	}

	.sub-navigation .product-menu:after,.sub-navigation .product-menu:before {
		display: table;
		content: " "
	}

	.sub-navigation .product-menu:after {
		clear: both
	}

	.sub-navigation .product-menu .product-menu-item {
		float: left;
		width: 7.6875rem;
		padding-right: .75rem
	}

	.sub-navigation .product-menu .product-menu-item+.product-menu-item {
		width: 8.4375rem;
		padding: 0 .75rem
	}

	.sub-navigation .product-menu .product-menu-item.item_0:after {
		left: 7.6875rem
	}

	.sub-navigation .product-menu .product-menu-item.item_1:after {
		left: 16.125rem
	}

	.sub-navigation .product-menu .product-menu-item.item_2:after {
		left: 24.5625rem
	}

	.sub-navigation .product-menu .product-menu-item.item_3:after {
		left: 33rem
	}

	.sub-navigation .product-menu .product-menu-item.item_4:after {
		left: 41.4375rem
	}

	.sub-navigation .product-menu .product-menu-item.item_5:after {
		left: 49.875rem
	}

	.sub-navigation .product-menu .product-menu-item.item_6:after {
		left: 58.3125rem
	}

	.sub-navigation .product-menu .product-menu-item.item_7:after {
		left: 66.75rem
	}

	.sub-navigation .product-menu+.product-menu {
		clear: both;
		padding-top: 3.4375rem
	}

	.sub-navigation .product-menu+.product-menu .product-menu-item:after {
		top: 3.4375rem
	}
}

@media screen and (min-width:75em) {
	.sub-navigation .product-menu .product-menu-item {
		width: 8.875rem
	}

	.sub-navigation .product-menu .product-menu-item+.product-menu-item {
		width: 9.625rem
	}

	.sub-navigation .product-menu .product-menu-item.item_0:after {
		left: 8.875rem
	}

	.sub-navigation .product-menu .product-menu-item.item_1:after {
		left: 18.5rem
	}

	.sub-navigation .product-menu .product-menu-item.item_2:after {
		left: 28.125rem
	}

	.sub-navigation .product-menu .product-menu-item.item_3:after {
		left: 37.75rem
	}

	.sub-navigation .product-menu .product-menu-item.item_4:after {
		left: 47.375rem
	}

	.sub-navigation .product-menu .product-menu-item.item_5:after {
		left: 57rem
	}

	.sub-navigation .product-menu .product-menu-item.item_6:after {
		left: 66.625rem
	}

	.sub-navigation .product-menu .product-menu-item.item_7:after {
		left: 76.25rem
	}
}

@media only screen and (min-width:1000px) {
	.sub-navigation .product-menu .product-menu-item {
		width: 8.25rem
	}

	.sub-navigation .product-menu .product-menu-item+.product-menu-item {
		width: 9rem
	}

	.sub-navigation .product-menu .product-menu-item.item_0:after {
		left: 8.25rem
	}

	.sub-navigation .product-menu .product-menu-item.item_1:after {
		left: 17.25rem
	}

	.sub-navigation .product-menu .product-menu-item.item_2:after {
		left: 26.25rem
	}

	.sub-navigation .product-menu .product-menu-item.item_3:after {
		left: 35.25rem
	}

	.sub-navigation .product-menu .product-menu-item.item_4:after {
		left: 44.25rem
	}

	.sub-navigation .product-menu .product-menu-item.item_5:after {
		left: 53.25rem
	}

	.sub-navigation .product-menu .product-menu-item.item_6:after {
		left: 62.25rem
	}

	.sub-navigation .product-menu .product-menu-item.item_7:after {
		left: 71.25rem
	}
}

@media print,screen and (min-width:56em) {
	.sub-navigation .external-product-menu a {
		padding-top: 0
	}
}

@media print,screen and (min-width:56em) {
	.sub-navigation .product-menu-item .product-menu-header-link {
		border-bottom: 1px solid #bdcedc;
		margin: 0 .875rem .875rem;
		padding-left: 0
	}

	.sub-navigation .product-menu-item .product-menu-header-link:after {
		content: none
	}

	.sub-navigation .product-menu-item.first .product-menu-header-link {
		margin: 0 .875rem .875rem 0
	}
}

.sub-navigation .product-menu-item .icon {
	font-size: 3.0625rem;
	line-height: 3.75rem;
	padding: 0;
	display: block;
	text-align: left
}
.sub-navigation .product-menu-item .icon img { width:70%}


.sub-navigation .product-menu-item .name {
	position: relative;
	line-height: .9375rem
}

@media screen and (min-width:56em) {
	.sub-navigation .product-menu-item .name {
		font-weight: 600;
		margin-bottom: .875rem
	}
}

@media screen and (max-width:55.99875em) {
	.sub-navigation .product-menu-item {
		text-align: right
	}

	.sub-navigation .product-menu-item .icon,.sub-navigation .product-menu-item br,.sub-navigation .product-menu-item img {
		display: none
	}
}

.sub-navigation .product-menu-special-link-container {
	position: absolute;
	right: 110px;
	bottom: 50px;
	display: inline-block
}

.sub-navigation .product-menu-special-link-container .product-menu-special-link {
	display: inline-block;
	font-weight: 600;
	font-size: 1.125rem
}

.sub-navigation .product-menu-special-link-container .product-menu-special-link .play-icon {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: -.625rem;
	margin-right: .3125rem
}

.sub-navigation .product-menu-special-link-container .product-menu-special-link .link-text {
	display: inline
}

@media screen and (max-width:55.99875em) {
	.sub-navigation .product-menu.external-product-menu .product-menu-item a {
		color: #e6e6e6
	}
}

@media print,screen and (min-width:56em) {
	.sub-navigation .product-menu.external-product-menu .product-menu-item {
		border-left: 1px solid #bdcedc;
		margin-left: 7px;
		padding-left: .875rem
	}

	.sub-navigation .product-menu.external-product-menu .product-menu-item.item_0 {
		text-align: left
	}

	.sub-navigation .product-menu.external-product-menu .product-menu-item a {
		display: block;
		padding-left: 5px
	}

	.sub-navigation .product-menu.external-product-menu .product-menu-item .name {
		margin-bottom: 0
	}

	.sub-navigation .product-menu.external-product-menu .product-menu-item img {
		padding-left: 5px;
		margin-bottom: 1.875rem
	}

	.sub-navigation .product-menu.external-product-menu .product-menu-item.first {
		margin-left: 0;
		border-left: 0;
		padding-left: 0
	}
}

#header .mainnav .sub-navigation a {
	text-transform: none
}

@media print,screen and (min-width:56em) {
	.sub-navigation {
		position: absolute;
		left: -1rem
	}

	.mega-menu .sub-navigation {
		left: 0;
		right: 0
	}

	.product-sub-menu {
		margin-left: 0;
		padding-left: .875rem;
		text-align: left;
		padding-top: 10px
	}

	.product-sub-menu li a {
		background: url(../images/navigation-arrow-v2.c700fcd7.png) no-repeat scroll 0 .71em transparent;
		position: relative;
		padding-left: .875rem
	}

	.product-sub-menu li a.active,.product-sub-menu li a:hover {
		background: url(../images/navigation-arrow-v2-active.81dd2212.png) no-repeat scroll 0 .71em transparent
	}

	.product-sub-menu .category-video-feature-link {
		margin-left: -.9375rem;
		background: none;
		font-weight: 700;
		color: #004174;
		margin-bottom: 9px;
		text-transform: uppercase
	}

	.product-sub-menu .category-video-feature-link:hover {
		font-weight: 700;
		background: none
	}

	.product-sub-menu .category-video-feature-link .icon-video-play {
		padding-right: .1875rem
	}

	.product-sub-menu .category-video-feature-link .icon-video-play:before {
		font-size: 80%;
		vertical-align: initial
	}

	.product-sub-menu:before {
		content: " ";
		position: absolute;
		border-right: 1px solid #bdcedc;
		left: -5px;
		top: 0;
		bottom: 0
	}

	.first .product-sub-menu {
		padding-left: 0
	}

	.first .product-sub-menu:before {
		border-right: 0
	}

	.product-menu-item>a .name {
		display: inline-block
	}
}

.main-nav-social-media {
	font-size: 1.625rem
}

@media screen and (min-width:56em) {
	.main-nav-social-media {
		display: none
	}
}

.main-nav-social-media .menu {
	display: flex
}

.main-nav-social-media li {
	flex: 1
}

.main-nav-social-media a {
	text-align: center;
	color: #6f686b
}

.main-nav-social-media a:hover {
	color: #004174
}

.main-nav-social-media .menu>li {
	display: inline-block
}

@media screen and (max-width:55.99875em) {
	.main-nav-login {
		text-align: right;
		line-height: 1.75rem;
		padding-right: 5px
	}

	.main-nav-login,.main-nav-login button {
		font-family: Open Sans Condensed,Times New Roman,serif;
		font-size: 1.0625rem;
		text-transform: uppercase;
		font-weight: 700
	}

	.main-nav-login button {
		color: #6f686b
	}

	.main-nav-login .dropdown-pane {
		position: relative;
		display: block;
		visibility: initial!important;
		border: 0;
		width: auto;
		padding: 0;
		top: 0!important;
		left: 0!important
	}
}

#language-dropdown-pane {
	position: absolute;
	z-index: 100;
	left: 0!important;
	right: 0;
	width: auto;
	display: none;
	visibility: hidden
}

#language-dropdown-pane.is-opening {
	display: block
}

#language-dropdown-pane.is-open {
	display: block;
	visibility: visible
}

.language-dropdown-background {
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	position: relative;
	padding: 3.6875rem 4.9375rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fff;
	text-align: left
}

.language-dropdown-background .bold,.language-dropdown-background .headline {
	font-size: 2.875rem;
	margin-bottom: 0
}

.language-dropdown-background .h3,.language-dropdown-background .news-list-pager-items .teaser-title,.language-dropdown-background .product-tabs-subline,.language-dropdown-background .subline,.language-dropdown-background h3,.news-list-pager-items .language-dropdown-background .teaser-title {
	font-size: 1.5625rem
}

.language-dropdown-background .icon-globe {
	position: absolute;
	right: 4.9375rem;
	top: 2.75rem;
	font-size: 4.6875rem;
	color: #70767a
}

.language-active-tab {
	width: 21.25rem;
	background: #fff;
	margin-left: auto;
	margin-bottom: -1px;
	margin-top: .375rem;
	position: relative;
	border: 1px solid #cacaca;
	border-bottom: none;
	border-radius: 0;
	z-index: 101;
	min-height: 54px;
	padding-top: .9375rem;
	text-align: center;
	text-transform: uppercase
}

.language-mega-menu {
	margin: 0;
	background: #fefefe;
	list-style-type: none;
	font-size: 1.125rem
}

.language-mega-menu li {
	display: block
}

.language-mega-menu[disabled] .accordion-title {
	cursor: not-allowed
}

.language-mega-menu a {
	text-decoration: none;
	display: inline-block;
	line-height: 2.6875rem;
	position: relative;
	width: 100%
}

.language-mega-menu ul {
	margin: 0
}[data-whatinput=mouse] .language-mega-menu li {
	outline: 0
}

.language-mega-menu .submenu,.language-mega-menu li+li {
	border-top: 1.5px solid #e6e6e6
}

.language-mega-menu>li:last-child {
	border-bottom: 1.5px solid #e6e6e6
}

.language-mega-menu a {
	font-weight: 600
}

.language-mega-menu .submenu-toggle {
	width: 2.6875rem;
	height: 2.6875rem;
	border-left: none
}

#rootline {
	position: relative;
	background: hsla(0,0%,93.3%,.8)
}

@media screen and (max-width:55.99875em) {
	#rootline {
		display: none
	}
}

.rootline {
	color: #3e76a2;
	list-style: none;
	font-size: .75rem
}

.rootline a {
	display: inline-block;
	color: #3e76a2
}

.rootline li {
	float: left
}

.rootline li:first-child a {
	padding-left: 0
}

.rootline li>.seo,.rootline li>a,.rootline li>span {
	padding: 0 .875rem;
	line-height: 2.8125rem
}

.rootline li+li:not(.content-seo) {
	position: relative
}

.rootline li+li:not(.content-seo):before {
	content: "\F10D";
	font-family: icons;
	font-style: normal;
	font-size: .5625rem
}

.rootline .seo {
	margin: 0;
	font-size: 12px
}

@media screen and (max-width:55.99875em) {
	.content-right {
		margin-top: 3.125rem
	}
}

.content-right>div+div {
	margin-top: 3.125rem
}

.sidebar-heading {
	position: relative;
	font-weight: 700
}

.sidebar-heading .sidebar-icon {
	position: absolute;
	right: 20px;
	font-size: 10px;
	margin-top: 5px
}

.sidebar-heading+ul {
	background: #eee;
	padding-top: 10px;
	padding-bottom: 10px
}

.contactbox-flux .sidebar-content-block,.customtextbox .sidebar-content-block {
	padding: .875rem 0;
	background-color: #eee
}

.contactbox-flux .item .item-fullwidth a,.contactbox-flux .item .item-inner a,.contactbox .menu li a,.customtextbox .sidebar-content-block .item-fullwidth a,.menu-download-box .menu li a,.menu-on-overview-pages li a,.menu-type-1 .menu li a,.menu-type-custom-spacing .menu li a {
	font-size: .875rem;
	color: #3a3a3a;
	font-weight: 400;
	line-height: 1
}

.contactbox-flux .item .active.item-fullwidth a,.contactbox-flux .item .active.item-inner a,.contactbox .menu li.active a,.customtextbox .sidebar-content-block .active.item-fullwidth a,.menu-download-box .menu li.active a,.menu-on-overview-pages li.active a,.menu-type-1 .menu li.active a,.menu-type-custom-spacing .menu li.active a {
	color: #004174;
	background-color: transparent
}

.contactbox .sidebar-heading,.menu-download-box .sidebar-heading,.menu-type-1 .sidebar-heading,.menu-type-custom-spacing .sidebar-heading {
	font-size: 1rem;
	color: #fefefe;
	background-color: #3d75a1;
	padding: .6125rem .875rem
}

.contactbox .menu,.menu-download-box .menu,.menu-type-1 .menu,.menu-type-custom-spacing .menu {
	list-style-type: none
}

.contactbox .menu li,.menu-download-box .menu li,.menu-type-1 .menu li,.menu-type-custom-spacing .menu li {
	list-style-position: inside;
	display: list-item
}

.contactbox .menu li a,.menu-download-box .menu li a,.menu-type-1 .menu li a,.menu-type-custom-spacing .menu li a {
	padding: .6125rem 1.125rem
}

.contactbox .menu li.active a,.menu-download-box .menu li.active a,.menu-type-1 .menu li.active a,.menu-type-custom-spacing .menu li.active a {
	background: url(../images/navigation-arrow-v2-active.81dd2212.png) no-repeat scroll 0 13px transparent
}

.contactbox .menu li a,.menu-download-box .menu li a,.menu-type-1 .menu li a,.menu-type-custom-spacing .menu li a {
	background: url(../images/navigation-arrow-v2.c700fcd7.png) no-repeat scroll 0 13px transparent
}

.contactbox .menu li,.menu-download-box .menu li,.menu-type-1 .menu li,.menu-type-custom-spacing .menu li {
	margin-left: 1.05rem
}

.menu-type-1>li {
	margin-bottom: 3.125rem
}

.customtextbox .sidebar-content-block .item-fullwidth,.customtextbox .sidebar-content-block .richtext-block {
	margin: 0 .875rem
}

.contactbox-flux .icon {
	color: #b8b8b8
}

.contactbox-flux .item {
	position: relative
}

.contactbox-flux .item .decoration-icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin-left: .875rem
}

.contactbox-flux .item .item-inner {
	margin: 0 1.875rem;
	padding: 0 .875rem
}

.contactbox-flux .item .item-fullwidth {
	margin: 0 .875rem
}

.contactbox-flux .address-item {
	margin-bottom: .875rem
}

.contactbox-flux .link-item {
	margin-top: .875rem
}

.menu-download-box>li {
	margin-bottom: 1.875rem
}

.menu-download-box .menu li a {
	position: relative;
	padding-right: 30px
}

.menu-download-box .menu li a .download-filetype {
	display: block;
	position: absolute;
	right: 14px;
	top: 7px
}

.menu-download-box .menu li a .download-filetype .icon {
	margin-right: -.21875rem
}

.contactbox .contactbox-inner {
	padding: .875rem;
	background-color: #eee
}

.contactbox p {
	margin-bottom: 0
}

.contactbox h5 {
	font-size: 1.125rem;
	font-weight: 700;
	color: #3e76a2
}

.contactbox .contactdata {
	color: #3e76a2
}

.contactbox .contactdata i {
	display: inline-block;
	width: 2em
}

.contactbox .contactdata a {
	color: #3e76a2;
	font-weight: 400
}

.imagelinkbox .sidebar-heading {
	font-size: 1rem;
	color: #fefefe;
	background-color: #3d75a1;
	padding: .6125rem .875rem
}

.imagelinkbox .bottom,.imagelinkbox .imagelinkbox_imageset {
	background-color: #eee
}

.imagelinkbox img {
	width: 100%;
	padding: 1.25rem 1.25rem 0
}

.imagelinkbox h5 {
	margin-bottom: 0;
	padding: 1.25rem 1.375rem 0 1.25rem;
	color: #3e76a2;
	font-size: 1rem;
	font-weight: 700
}

.imagelinkbox .imagelinkbox_link {
	margin-left: 1.25rem
}

.imagelinkbox .imagelinkbox_link a {
	padding: .6125rem 1.25rem 1.25rem;
	display: block;
	background: url(../images/navigation-arrow-v2.c700fcd7.png) no-repeat scroll 0 17px transparent;
	color: #3a3a3a;
	font-weight: 400;
	font-size: .875rem
}

#footer {
	color: #a0a9b1;
	margin-top: 7.5rem
}

#footer .footernav {
	background-color: #004174;
	padding-top: 3.125rem;
	padding-bottom: 7.5rem
}

@media screen and (max-width:55.99875em) {
	#footer .footernav {
		display: none
	}
}

#footer .footernav.footernav-unsupported {
	padding-top: 0;
	padding-bottom: 7.5rem
}

#footer .footernav .tuev-image {
	margin-top: 3.125rem
}

#footer .footernav .firstlevel .mainitem,#footer .footernav .news-category-list .mainitem {
	margin-bottom: .625rem
}

#footer .footernav .firstlevel .mainitem a,#footer .footernav .news-category-list .mainitem a {
	color: #fefefe;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .8125rem
}

#footer .footernav .firstlevel .subitems a,#footer .footernav .news-category-list .subitems a {
	font-size: .6875rem;
	color: #a0a9b1;
	font-weight: 400
}

#footer .footernav .firstlevel .subitems ul,#footer .footernav .news-category-list .subitems ul {
	line-height: 1;
	padding: 0;
	list-style-type: none;
	margin-left: 0
}

#footer .footernav .firstlevel .subitems ul li,#footer .footernav .news-category-list .subitems ul li {
	background: url(../images/arrow-footer.8eee9cc6.png) no-repeat scroll 0 11px transparent;
	border-bottom: 1px solid #707790;
	list-style-position: inside;
	padding-left: 13px;
	padding-top: 7px;
	padding-bottom: 7px
}

#footer .footernav .firstlevel .subitems ul li a,#footer .footernav .news-category-list .subitems ul li a {
	display: inline;
	line-height: 13px
}

#footer .footernav .firstlevel .subitems ul li:last-child,#footer .footernav .news-category-list .subitems ul li:last-child {
	
}

#footer .footersig {
	color: #a0a9b1;
	background-color: #30393f;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	position: relative
}

@media screen and (max-width:55.99875em) {
	#footer .footersig {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem
	}
}

#footer .footersig .vertical-centered,#footer .footersig a {
	line-height: 30px;
	vertical-align: middle
}

#footer .footersig .copyright {
	text-align: left;
	font-size: .6875rem
}

@media screen and (max-width:55.99875em) {
	#footer .footersig .copyright {
		text-align: center
	}
}

#footer .footersig .social-links {
	text-align: center
}

#footer .footersig .social-links .menu {
	display: inline-block
}

@media screen and (max-width:55.99875em) {
	#footer .footersig .social-links {
		display: none
	}
}

#footer .footersig .social-links li {
	display: inline-block
}

#footer .footersig .social-links li a {
	padding: 0 3px;
	font-size: .6875rem;
	margin-top: -.13125rem;
	color: #a0a9b1
}

#footer .footersig .footersignav {
	text-align: right
}

@media screen and (max-width:55.99875em) {
	#footer .footersig .footersignav {
		text-align: left
	}
}

#footer .footersig .footersignav a {
	color: #a0a9b1;
	text-transform: uppercase;
	padding: 0 5px;
	display: inline-block;
	font-size: .6875rem
}

@media screen and (max-width:55.99875em) {
	#footer .footersig .footersignav a {
		text-align: center;
		padding: 0 10px
	}
}

#footer .footersig .nav-to-top {
	position: absolute;
	top: -5.625rem;
	right: 1.875rem
}

#footer .footersig .nav-to-top button {
	display: block;
	width: 3.75rem;
	height: 3.75rem;
	background-color: #00335b;
	border-radius: .3125rem
}

#footer .footersig .nav-to-top button i {
	margin-left: -.6em;
	font-size: 1.4em
}

.powermail_form .button.primary {
	background-color: #16c3bc
}

.powermail_form .button.primary:focus,.powermail_form .button.primary:hover {
	background-color: #1aa5a0
}

.powermail_form fieldset .powermail_fieldwrap.column_left {
	display: inline-block;
	clear: both;
	width: 100%;
	float: none
}

@media print,screen and (min-width:40em) {
	.powermail_form fieldset .powermail_fieldwrap.column_left {
		width: 49%;
		float: left
	}
}

.powermail_form fieldset .powermail_fieldwrap.column_left div.powermail_field {
	display: block
}

.powermail_form fieldset .powermail_fieldwrap.column_right {
	display: inline-block;
	width: 100%;
	float: none
}

@media print,screen and (min-width:40em) {
	.powermail_form fieldset .powermail_fieldwrap.column_right {
		float: right;
		width: 49%
	}
}

.powermail_form fieldset .powermail_fieldwrap.column_right div.powermail_field {
	display: block
}

.powermail_form fieldset .powermail_fieldwrap.fullwidth_centered {
	text-align: center
}

.powermail_form fieldset.common,.powermail_form fieldset.common_partner {
	border-top: 1px solid #dfdfdf;
	padding: 1.875rem .875rem 3.125rem 1.875rem;
	margin: 3.125rem 0 1.875rem
}

.form-no-bottom-border .powermail_form fieldset.common,.form-no-bottom-border .powermail_form fieldset.common_partner {
	border-bottom: none
}

@media screen and (max-width:55.99875em) {
	.powermail_form fieldset.common,.powermail_form fieldset.common_partner {
		padding: 1.875rem 1.875rem 3.125rem
	}
}

.powermail_form fieldset.common .powermail_fieldwrap.common_intro,.powermail_form fieldset.common_partner .powermail_fieldwrap.common_intro {
	margin-bottom: 1rem;
	margin-left: -.875rem;
	text-align: left
}

.powermail_form fieldset.common .powermail_fieldwrap.common_intro .product-name,.powermail_form fieldset.common .powermail_fieldwrap.common_intro h2,.powermail_form fieldset.common_partner .powermail_fieldwrap.common_intro .product-name,.powermail_form fieldset.common_partner .powermail_fieldwrap.common_intro h2 {
	color: #036;
	margin: 0 0 .5rem;
	font-size: 1.3125rem
}

@media screen and (max-width:55.99875em) {
	.powermail_form fieldset.common .powermail_fieldwrap.common_intro .product-name,.powermail_form fieldset.common .powermail_fieldwrap.common_intro h2,.powermail_form fieldset.common_partner .powermail_fieldwrap.common_intro .product-name,.powermail_form fieldset.common_partner .powermail_fieldwrap.common_intro h2 {
		font-size: 1.09375rem
	}
}

.powermail_form fieldset.common .powermail_fieldwrap.common_intro h3,.powermail_form fieldset.common_partner .powermail_fieldwrap.common_intro h3 {
	color: #3e76a2
}

.powermail_form fieldset.common .powermail_submit,.powermail_form fieldset.common_partner .powermail_submit {
	margin: .875rem 0 0
}

.powermail_form fieldset.common_partner label.powermail_label,.powermail_form fieldset.common label.powermail_label {
	color: #3e76a2
}

.powermail_form fieldset.common .checkbox label,.powermail_form fieldset.common_partner .checkbox label {
	font-weight: 400
}

.powermail_form fieldset.common .powermail_fieldwrap.fullwidth,.powermail_form fieldset.common .powermail_fieldwrap.fullwidth_centered,.powermail_form fieldset.common .powermail_fieldwrap.fullwidth_nolabel,.powermail_form fieldset.common_partner .powermail_fieldwrap.fullwidth,.powermail_form fieldset.common_partner .powermail_fieldwrap.fullwidth_centered,.powermail_form fieldset.common_partner .powermail_fieldwrap.fullwidth_nolabel {
	clear: both
}

@media print,screen and (min-width:40em) {
	.powermail_form fieldset.common .powermail_fieldwrap.column_left,.powermail_form fieldset.common_partner .powermail_fieldwrap.column_left {
		padding-right: .875rem
	}
}

@media print,screen and (min-width:40em) {
	.powermail_form fieldset.common .powermail_fieldwrap.column_right,.powermail_form fieldset.common_partner .powermail_fieldwrap.column_right {
		padding-left: .875rem
	}
}

.powermail_form fieldset.common ::-webkit-input-placeholder,.powermail_form fieldset.common_partner ::-webkit-input-placeholder {
	font-style: italic
}

.powermail_form fieldset.common :-moz-placeholder,.powermail_form fieldset.common ::-moz-placeholder,.powermail_form fieldset.common_partner :-moz-placeholder,.powermail_form fieldset.common_partner ::-moz-placeholder {
	font-style: italic
}

.powermail_form fieldset.common :-ms-input-placeholder,.powermail_form fieldset.common_partner :-ms-input-placeholder {
	font-style: italic
}

.powermail_form fieldset.common .powermail_fieldwrap_intro,.powermail_form fieldset.common_partner .powermail_fieldwrap_intro {
	margin: 0 0 1rem -.875rem
}

.powermail_form fieldset.common .powermail_fieldwrap_intro .product-name,.powermail_form fieldset.common .powermail_fieldwrap_intro h2,.powermail_form fieldset.common_partner .powermail_fieldwrap_intro .product-name,.powermail_form fieldset.common_partner .powermail_fieldwrap_intro h2 {
	font-size: 22px;
	color: #036
}

.powermail_form fieldset.common .powermail_fieldwrap_intro h3,.powermail_form fieldset.common_partner .powermail_fieldwrap_intro h3 {
	font-size: 18px
}

.powermail_form fieldset.common .main-nav,.powermail_form fieldset.common .row,.powermail_form fieldset.common_partner .main-nav,.powermail_form fieldset.common_partner .row {
	display: flex
}

@media screen and (max-width:55.99875em) {
	.powermail_form fieldset.common .main-nav,.powermail_form fieldset.common .row,.powermail_form fieldset.common_partner .main-nav,.powermail_form fieldset.common_partner .row {
		flex-direction: column
	}
}

.powermail_form fieldset.common .small-12 .main-nav,.powermail_form fieldset.common .small-12 .row,.powermail_form fieldset.common_partner .small-12 .main-nav,.powermail_form fieldset.common_partner .small-12 .row {
	display: block
}

.powermail_form fieldset.common .small-12 .small-12 .powermail_fieldwrap,.powermail_form fieldset.common_partner .small-12 .small-12 .powermail_fieldwrap {
	width: 100%;
	padding-left: 0;
	padding-right: .875rem
}

@media screen and (max-width:55.99875em) {
	.powermail_form fieldset.common .small-12 .small-12 .powermail_fieldwrap,.powermail_form fieldset.common_partner .small-12 .small-12 .powermail_fieldwrap {
		width: 100%;
		padding-right: 0
	}
}

@media screen and (max-width:55.99875em) {
	.powermail_form fieldset.common .small-12,.powermail_form fieldset.common_partner .small-12 {
		width: 100%
	}
}

.powermail_form fieldset.common .small-12.message,.powermail_form fieldset.common_partner .small-12.message {
	width: 50%;
	padding-left: .875rem
}

@media screen and (max-width:55.99875em) {
	.powermail_form fieldset.common .small-12.message,.powermail_form fieldset.common_partner .small-12.message {
		width: 100%;
		padding-left: 0
	}
}

.powermail_form fieldset.common .small-12.message .powermail_fieldwrap,.powermail_form fieldset.common_partner .small-12.message .powermail_fieldwrap {
	width: 100%;
	height: 100%
}

.powermail_form fieldset.common .small-12.message .powermail_fieldwrap_type_submit,.powermail_form fieldset.common_partner .small-12.message .powermail_fieldwrap_type_submit {
	height: auto;
	text-align: right
}

@media screen and (max-width:55.99875em) {
	.powermail_form fieldset.common .small-12.message .powermail_fieldwrap_type_submit input,.powermail_form fieldset.common_partner .small-12.message .powermail_fieldwrap_type_submit input {
		margin-right: -.875rem
	}
}

.powermail_form fieldset.common .powermail_fieldwrap_message .powermail_field,.powermail_form fieldset.common_partner .powermail_fieldwrap_message .powermail_field {
	height: calc(100% - .5rem)
}

.powermail_form fieldset.common .powermail_fieldwrap_message .powermail_field textarea,.powermail_form fieldset.common_partner .powermail_fieldwrap_message .powermail_field textarea {
	resize: none;
	height: calc(100% - .5rem)
}

@media screen and (max-width:55.99875em) {
	.powermail_form fieldset.common .powermail_fieldwrap_message .powermail_field,.powermail_form fieldset.common_partner .powermail_fieldwrap_message .powermail_field {
		width: calc(100% + 1.35rem);
		margin-left: -.675rem
	}
}

.powermail_form fieldset.common .powermail_fieldwrap_introphone,.powermail_form fieldset.common_partner .powermail_fieldwrap_introphone {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-bottom: 16px
}

@media screen and (max-width:55.99875em) {
	.powermail_form fieldset.common .powermail_fieldwrap_introphone .powermail_field,.powermail_form fieldset.common_partner .powermail_fieldwrap_introphone .powermail_field {
		margin-right: -.875rem
	}
}

.powermail_form fieldset.common .mandatory-fields-notice,.powermail_form fieldset.common_partner .mandatory-fields-notice {
	margin: .875rem 0 0 2rem;
	padding: 0;
	border: none;
	background: none;
	font-size: .8rem;
	color: #004174
}

.powermail_form fieldset.common .powermail_fieldwrap_dataprotectioncheckbox label,.powermail_form fieldset.common_partner .powermail_fieldwrap_dataprotectioncheckbox label {
	color: rgba(99,102,105,.8)
}

.powermail_form fieldset.common .powermail_fieldwrap_dataprotectioncheckbox a,.powermail_form fieldset.common_partner .powermail_fieldwrap_dataprotectioncheckbox a {
	margin-left: .8rem;
	position: relative;
	color: rgba(62,118,162,.8)
}

.powermail_form fieldset.common .powermail_fieldwrap_dataprotectioncheckbox a:before,.powermail_form fieldset.common_partner .powermail_fieldwrap_dataprotectioncheckbox a:before {
	color: #3e76a2;
	content: "\F10D";
	font-family: icons;
	font-style: normal;
	position: absolute;
	top: 0;
	margin-left: -1em;
	font-size: 12px
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.powermail_form fieldset.common .powermail_fieldwrap_dataprotectioncheckbox a:before,.powermail_form fieldset.common_partner .powermail_fieldwrap_dataprotectioncheckbox a:before {
		margin-left: -2em
	}
}

.powermail_form fieldset.common_partner {
	padding: 1.875rem 0 3.125rem
}

@media screen and (max-width:55.99875em) {
	.powermail_form fieldset.common_partner .small-12.message {
		width: calc(100% - 22px);
		margin-left: 11px
	}
}

.powermail_form fieldset.common_partner .checkbox {
	position: relative
}

.powermail_form fieldset.common_partner .checkbox>label {
	margin: 10px 0 0 calc(1.75rem + 15px)
}

.powermail_form fieldset.common_partner .checkbox-container {
	left: 0
}

@media screen and (max-width:55.99875em) {
	.powermail_form fieldset.common_partner .powermail_submit {
		margin-right: 0
	}
}

.powermail_form fieldset.common_partner .mandatory-fields-notice {
	margin: .875rem 0 0 calc(2rem + 15px)
}

.powermail_form fieldset.layout2 {
	margin-bottom: 20px
}

.powermail_form fieldset.layout2 div.powermail_fieldwrap_andieabteilung,.powermail_form fieldset.layout2 div.powermail_fieldwrap_name,.powermail_form fieldset.layout2 div.powermail_fieldwrap_strassehausnr,.powermail_form fieldset.layout2 div.powermail_fieldwrap_unternehmen {
	display: inline-block;
	clear: both;
	width: 100%;
	float: none
}

@media print,screen and (min-width:40em) {
	.powermail_form fieldset.layout2 div.powermail_fieldwrap_andieabteilung,.powermail_form fieldset.layout2 div.powermail_fieldwrap_name,.powermail_form fieldset.layout2 div.powermail_fieldwrap_strassehausnr,.powermail_form fieldset.layout2 div.powermail_fieldwrap_unternehmen {
		width: 49%;
		float: left
	}
}

.powermail_form fieldset.layout2 div.powermail_fieldwrap_andieabteilung div.powermail_field,.powermail_form fieldset.layout2 div.powermail_fieldwrap_name div.powermail_field,.powermail_form fieldset.layout2 div.powermail_fieldwrap_strassehausnr div.powermail_field,.powermail_form fieldset.layout2 div.powermail_fieldwrap_unternehmen div.powermail_field {
	display: block
}

.powermail_form fieldset.layout2 div.powermail_fieldwrap_hidden {
	display: none
}

.powermail_form fieldset.layout2 div.powermail_fieldwrap_email,.powermail_form fieldset.layout2 div.powermail_fieldwrap_marker0101,.powermail_form fieldset.layout2 div.powermail_fieldwrap_plzort,.powermail_form fieldset.layout2 div.powermail_fieldwrap_telefon {
	display: inline-block;
	width: 100%;
	float: none
}

@media print,screen and (min-width:40em) {
	.powermail_form fieldset.layout2 div.powermail_fieldwrap_email,.powermail_form fieldset.layout2 div.powermail_fieldwrap_marker0101,.powermail_form fieldset.layout2 div.powermail_fieldwrap_plzort,.powermail_form fieldset.layout2 div.powermail_fieldwrap_telefon {
		float: right;
		width: 49%
	}
}

.powermail_form fieldset.layout2 div.powermail_fieldwrap_email div.powermail_field,.powermail_form fieldset.layout2 div.powermail_fieldwrap_marker0101 div.powermail_field,.powermail_form fieldset.layout2 div.powermail_fieldwrap_plzort div.powermail_field,.powermail_form fieldset.layout2 div.powermail_fieldwrap_telefon div.powermail_field {
	display: block
}

.powermail_form fieldset.layout2 div.powermail_fieldwrap_land {
	width: 100%;
	clear: both
}

@media print,screen and (min-width:40em) {
	.powermail_form fieldset.layout2 div.powermail_fieldwrap_land {
		width: 49%
	}
}

.powermail_form fieldset.layout2 input.powermail_submit {
	margin-top: 20px;
	padding: 7px 15px;
	background-color: #16c3bc;
	color: #fefefe
}

.powermail_form fieldset.layout2 div.powermail_fieldwrap_type_text {
	margin-top: 20px;
	margin-bottom: 40px
}

.powermail_form fieldset.layout2 div.powermail_fieldwrap_anfolgendeabteilungensenden {
	margin-top: 20px;
	margin-bottom: 20px
}

.powermail_form fieldset.partner {
	margin-bottom: 20px
}

.powermail_form fieldset.partner div.powermail_fieldwrap.partner_left {
	display: inline-block;
	clear: both;
	width: 100%;
	float: none
}

@media print,screen and (min-width:40em) {
	.powermail_form fieldset.partner div.powermail_fieldwrap.partner_left {
		width: 49%;
		float: left
	}
}

.powermail_form fieldset.partner div.powermail_fieldwrap.partner_left div.powermail_field {
	display: block
}

.powermail_form fieldset.partner div.powermail_fieldwrap.partner_right {
	display: inline-block;
	width: 100%;
	float: none
}

@media print,screen and (min-width:40em) {
	.powermail_form fieldset.partner div.powermail_fieldwrap.partner_right {
		float: right;
		width: 49%
	}
}

.powermail_form fieldset.partner div.powermail_fieldwrap.partner_right div.powermail_field {
	display: block
}

.powermail_form fieldset.partner input.powermail_submit {
	margin-top: 20px;
	padding: 7px 15px;
	background-color: #16c3bc;
	color: #fefefe
}

.powermail_form fieldset.partner div.powermail_fieldwrap_type_text {
	margin-top: 20px;
	margin-bottom: 40px
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
	transform: translateZ(0)
}
.slick-slider .slick-list, .slick-slider .slick-track img { height:auto;}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:after,.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-next,.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-next:before,.slick-prev:before {
	display: none
}

.slick-next,.slick-prev {
	background-color: #eee
}

.slick-next:hover,.slick-prev:hover {
	background-color: #b8b8b8
}

.slick-next {
	right: 0
}

.slick-next,.slick-prev {
	position: absolute;
	top: -26px
}

.slick-prev {
	right: 23px;
	left: auto
}

.slick-prev:after {
	margin-right: .875rem;
	content: "\F103";
	padding: 4px 3px 3px 7px
}

.slick-next:after,.slick-prev:after {
	position: relative;
	top: 2px;
	font-family: icons;
	font-style: normal
}

.slick-next:after {
	content: "\F104";
	padding: 4px 5px 3px 8px
}

.slick-arrow:after {
	color: #036;
	font-size: 10px;
	line-height: 3px
}

.slick-dots {
	position: absolute;
	bottom: 32px;
	z-index: 100;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	display: block;
	width: 16px;
	height: 20px;
	line-height: 20px;
	padding: 5.5px;
	transition: width .2s ease,height .2s ease;
	z-index: 100;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:focus,.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	line-height: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 100;
	width: 16px;
	height: 16px;
	transition: width .2s ease,height .2s ease;
	content: " ";
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 2px #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button,.slick-dots li.slick-active button:before {
	width: 20px;
	height: 20px
}

.slider-carousel .image {
	display: none;
	width: 100%
}

.slider-carousel .mobileImage {
	display: block;
	width: 100%
}

@media print,screen and (min-width:40em) {
	.slick-slider .slick-list, .slick-slider .slick-track img { height:auto;}
	.slider-carousel .image {
		display: block
	}

	.slider-carousel .mobileImage {
		display: none
	}
}

.slick-slide a {
	outline: none
}

.slider-item-countdown {
	margin-top: 10px
}

@media print,screen and (min-width:40em) {
	.slider-item-countdown {
		display: none
	}
}

@media (min-width:1360px) {
	.slick-slider .slick-list, .slick-slider .slick-track img { height:auto;}
	.slider-item-countdown {
		display: block;
		margin-top: 30px
	}
}

.slider-item-countdown .bloc-time {
	float: left;
	margin-right: 5px;
	max-width: 118px;
	text-align: center
}

@media print,screen and (min-width:40em) {
	.slider-item-countdown .bloc-time {
		margin-right: 10px
	}
}

.slider-item-countdown .bloc-time:last-child {
	margin-right: 0
}

.slider-item-countdown .count-title {
	margin-top: 50px;
	font: normal .75em Open Sans,Helvetica,Arial,sans-serif;
	color: #fefefe;
	text-transform: uppercase
}

@media print,screen and (min-width:40em) {
	.slider-item-countdown .count-title {
		margin-top: 70px;
		font: normal .9em Open Sans,Helvetica,Arial,sans-serif
	}
}

.slider-item-countdown .figure {
	position: relative;
	float: left;
	height: 45px;
	width: 30px;
	margin-right: 2px;
	background-color: #004174;
	border-radius: 8px
}

@media print,screen and (min-width:40em) {
	.slider-item-countdown .figure {
		height: 65px;
		width: 55px;
		margin-right: 4px
	}
}

.slider-item-countdown .figure:last-child {
	margin-right: 0
}

.slider-item-countdown .figure>span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	font: normal 2em/42px Open Sans,Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #fefefe
}

@media print,screen and (min-width:40em) {
	.slider-item-countdown .figure>span {
		font: normal 3.1em/60px Open Sans,Helvetica,Arial,sans-serif;
		font-weight: 700
	}
}

.slider-item-countdown .figure .bottom-back:after,.slider-item-countdown .figure .top:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #036
}

.slider-item-countdown .figure .top {
	z-index: 3;
	background-color: #004174;
	transform-origin: 50% 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transform: perspective(200px)
}

@media print,screen and (min-width:40em) {
	.slider-item-countdown .figure .top {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px
	}
}

.slider-item-countdown .figure .bottom {
	z-index: 1
}

.slider-item-countdown .figure .bottom:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%
}

.slider-item-countdown .figure .bottom-back {
	z-index: 2;
	top: 0;
	height: 50%;
	overflow: hidden;
	background-color: #004174;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

@media print,screen and (min-width:40em) {
	.slider-item-countdown .figure .bottom-back {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px
	}
}

.slider-item-countdown .figure .bottom-back span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto
}

.slider-item-countdown .figure .top,.slider-item-countdown .figure .top-back {
	height: 50%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slider-item-countdown .figure .top-back {
	z-index: 4;
	bottom: 0;
	background-color: #004174;
	transform-origin: 50% 0;
	transform: perspective(200px) rotateX(180deg);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

@media print,screen and (min-width:40em) {
	.slider-item-countdown .figure .top-back {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px
	}
}

.slider-item-countdown .figure .top-back span {
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	margin: auto
}

.header-slider-wrapper {
	position: relative;
	overflow: hidden;
	color: #fff;
	max-height: 540px
}

.header-slider-wrapper .bold,.header-slider-wrapper .headline {
	color: #fff;
	font-size: 2rem;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase
	margin-top:50px;
}

@media screen and (min-width:40em) and (max-width:55.99875em) {
	.header-slider-wrapper .bold,.header-slider-wrapper .headline {
		font-size: 2.40625rem;
		line-height: 2.625rem
	}
}

@media screen and (min-width:56em) {
	.header-slider-wrapper .bold,.header-slider-wrapper .headline {
		font-size: 3.5rem;
		line-height: 2.6875rem
	}
}

.header-slider-wrapper .h3,.header-slider-wrapper .news-list-pager-items .teaser-title,.header-slider-wrapper .product-name,.header-slider-wrapper .product-tabs-subline,.header-slider-wrapper .subline,.header-slider-wrapper h2,.header-slider-wrapper h3,.news-list-pager-items .header-slider-wrapper .teaser-title {
	color: #fff;
	font-weight: 700;
	font-size: 1rem
}

@media screen and (min-width:40em) and (max-width:55.99875em) {
	.header-slider-wrapper .h3,.header-slider-wrapper .news-list-pager-items .teaser-title,.header-slider-wrapper .product-name,.header-slider-wrapper .product-tabs-subline,.header-slider-wrapper .subline,.header-slider-wrapper h2,.header-slider-wrapper h3,.news-list-pager-items .header-slider-wrapper .teaser-title {
		font-size: 1.125rem;
		line-height: 1.3125rem
	}
}

@media screen and (min-width:56em) {
	.header-slider-wrapper .h3,.header-slider-wrapper .news-list-pager-items .teaser-title,.header-slider-wrapper .product-name,.header-slider-wrapper .product-tabs-subline,.header-slider-wrapper .subline,.header-slider-wrapper h2,.header-slider-wrapper h3,.news-list-pager-items .header-slider-wrapper .teaser-title {
		font-size: 1.5625rem;
		line-height: 1.75rem
	}
}

.header-slider-wrapper .h3 {
	font-weight: 700
}

.header-slider-wrapper .inverted {
	color: #004174
}

.header-slider-wrapper .slider-item-description {
	position: absolute;
	left: 0;
	right: 0;
	color: #fefefe;
	z-index: 12;
	top: 1rem
}

@media screen and (orientation:portrait) and (min-width:56em) {
	.header-slider-wrapper .slider-item-description {
		top: 2.25rem
	}
}

@media screen and (orientation:landscape) and (min-width:40em) {
	.header-slider-wrapper .slider-item-description {
		top: 1.625rem
	}
}

@media screen and (orientation:landscape) and (min-width:56em) {
	.header-slider-wrapper .slider-item-description {
		top: 2.375rem
	}
}

.header-slider-wrapper .slider-item-description-column {
	max-width: 100%; 
	margin-top:5rem;
}

@media print,screen and (min-width:56em) {
	.header-slider-wrapper .slider-item-description-column {
		max-width: 75%;
		margin-top: 10rem;
		
	}
}

@media screen and (max-width:55.99875em) {
	.header-slider-wrapper .slider-item-description-column.full-small {
		max-width: 100%
	}
}

@media print,screen and (min-width:56em) {
	.header-slider-wrapper .slider-item-description-column--countdown,.header-slider-wrapper .slider-item-description-column.full-large {
		max-width: 100%
	}
}

.header-slider-wrapper .button {
	font-size: 1.0625rem;
	font-weight: 700;
	background: #fefefe;
	border-color: #fefefe;
	color: #036
}

.header-slider-wrapper .button:hover {
	background: #e9e8f2;
	border-color: #e9e8f2;
	color: #036
}

@media screen and (max-width:74.99875em) {
	.header-slider-wrapper .button {
		font-size: .875rem
	}
}

.header-slider-wrapper .slider-navigation {
	position: absolute;
	bottom: 0
}

@media screen and (max-width:74.99875em) {
	.header-slider-wrapper .slider-navigation {
		right: 0;
		background: rgba(0,0,0,.5);
		color: #fefefe;
		display: block;
		z-index: 11;
		clear: both;
		display: none
	}
}

@media screen and (min-width:75em) {
	.header-slider-wrapper .slider-navigation {
		top: 0
	}
}

.header-slider-wrapper .slick-arrow {
	display: block;
	background: none!important
}

.header-slider-wrapper .slick-arrow:after {
	color: #fff
}

@media screen and (max-width:74.99875em) {
	.header-slider-wrapper .slick-arrow {
		padding: 0;
		height: 60px;
		line-height: 60px;
		width: 50px;
		position: static!important;
		float: left!important;
		right: 0!important;
		top: 0!important;
		transform: translate(0)!important
	}

	.header-slider-wrapper .slick-arrow:after {
		font-size: 1.575rem;
		line-height: 60px
	}
}

@media screen and (min-width:75em) {
	.header-slider-wrapper .slick-arrow {
		display: none!important;
		padding: .75rem 1.25rem;
		height: auto;
		position: absolute!important;
		top: 50%;
		transform: translateY(-50%)
	}

	.header-slider-wrapper .slick-arrow:after {
		font-size: 3.75rem;
		line-height: 70px
	}
}

@media screen and (min-width:84.375em) {
	.header-slider-wrapper .slick-arrow {
		display: block!important
	}
}

.header-slider-wrapper .slick-prev {
	padding: 0!important
}

@media screen and (max-width:74.99875em) {
	.header-slider-wrapper .slick-prev {
		padding-right: .125rem!important;
		text-align: right
	}
}

@media screen and (min-width:75em) {
	.header-slider-wrapper .slick-prev {
		left: -67px;
		right: 100%
	}
}

@media screen and (min-width:93.75em) {
	.header-slider-wrapper .slick-prev {
		left: -177px;
		right: 100%
	}
}

.header-slider-wrapper .slick-next {
	padding-right: 0!important;
	padding-left: .625rem!important
}

@media screen and (min-width:75em) {
	.header-slider-wrapper .slick-next {
		left: 69.875rem
	}
}

@media screen and (min-width:93.75em) {
	.header-slider-wrapper .slick-next {
		left: 76.125rem
	}
}

.header-slider-wrapper .slick-next:after,.header-slider-wrapper .slick-prev:after {
	font-weight: 700!important;
	margin: 0!important;
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important
}

.header-slider-wrapper .slick-dots {
	bottom: 1rem
}

@media screen and (min-width:75em) {
	.header-before-intro .header-slider-wrapper .slick-dots {
		bottom: 5.125rem
	}
}

.slide-more-button {
	margin-top: 2.5rem
}

@media screen and (max-width:74.99875em) {
	.slide-more-button {
		margin-top: 1.25rem
	}
}

@media screen and (min-width:75em) {
	.columns-after-header-slider {
		margin-top: -50px
	}

	.columns-after-header-slider .column-dark,.columns-after-header-slider .column-light {
		min-height: 5.625rem
	}
}

@media screen and (max-width:74.99875em) {
	.columns-after-header-slider .column-dark {
		margin-top: 1.875rem
	}
}

.columns-after-header-slider .single-accordion {
	margin-top: -56px
}

.columns-after-header-slider .column-light {
	padding-bottom: 0
}

@-webkit-keyframes kenBurnsAnimation {
	0% {
		transform: scale(1);
		transform-origin: 50% 50% 50%
	}

	to {
		transform: scale(1.1);
		transform-origin: 50% 0 50%
	}
}

@keyframes kenBurnsAnimation {
	0% {
		transform: scale(1);
		transform-origin: 50% 50% 50%
	}

	to {
		transform: scale(1.1);
		transform-origin: 50% 0 50%
	}
}

.header-slider-wrapper .animationOn img {
	-webkit-animation: "kenBurnsAnimation";
	animation: "kenBurnsAnimation";
	-webkit-animation-duration: 6s!important;
	animation-duration: 6s!important;
	-webkit-animation-fill-mode: both!important;
	animation-fill-mode: both!important
}

.regular .slick-list .slick-track .slick-slide img {
	max-width: 100%
}

.slick-slide {
	outline: none;
	font-family: inherit
}

.video-slide {
	width: 100%
}

.spanVideo {
	position: relative;
	margin: 0 20px
}

.icon-play2:before {
	content: "\EA15";
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)
}

.regular .slick-list .slick-track .slick-slide span {
	background: rgba(0,0,0,.3) none repeat scroll 0 0;
	color: #fff;
	font-size: 60px;
	height: 99.5%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1000
}

.tx-drc-slick-carousel {
	background: #232526;
	background: linear-gradient(270deg,#232526,#414345);
	height:auto;
}

/*高度auto*/
.progaodu { height:auto;}
.xiaogaodu{ height:auto;}

#sliderBox2 {
	padding: 25px
}

.SimpleHtml,.thumb {
	margin: 0 20px
}

.SimpleHtml {
	color: #2c3e50;
	font-size: 14px
}

.caption {
	margin: 0 20px;
	color: #fff
}

#html5-watermark {
	display: none!important
}

.slick-dots li.slick-active button:before,.slick-dots li button:before {
	color: #fff
}

.textFormat.slick-slide {
	background-color: #ecf0f1
}

.slick-next:before,.slick-prev:before {
	color: #fff!important
}

@media (max-width:420px) {
	.icon-play2:before {
		font-size: 48px
	}
}

.tx-drc-slick-carousel {
	background: none!important;
	margin: 0 -20px;
	height:142px; overflow:hidden;
}

/*高度*/
.progaodu { height:438px; overflow:hidden;}
.xiaogaodu{ height:309px; overflow:hidden;}

.tx-drc-slick-carousel .slick-slide .spanVideo {
	margin: 0
}

.tx-drc-slick-carousel .slick-slide .spanVideo a {
	width: 100%
}

.tx-drc-slick-carousel a.html5lightbox {
	display: inline-block;
	height: 100%
}

.tx-drc-slick-carousel .slick-next {
	right: 20px
}

.tx-drc-slick-carousel .slick-prev {
	right: 43px
}

.slider-videos-default .tx-drc-slick-carousel .spanVideo {
	position: relative;
	height: 0;
	margin-bottom: 0;
	padding-bottom: 75%;
	overflow: hidden
}

.slider-videos-default .tx-drc-slick-carousel .spanVideo embed,.slider-videos-default .tx-drc-slick-carousel .spanVideo iframe,.slider-videos-default .tx-drc-slick-carousel .spanVideo object,.slider-videos-default .tx-drc-slick-carousel .spanVideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.slider-videos-default .tx-drc-slick-carousel .slick-slide {
	margin: 0 20px
}

.slider-videos-default .tx-drc-slick-carousel .slick-next {
	right: 21px
}

@media print,screen and (min-width:56em) {
	.slider-videos-default .tx-drc-slick-carousel .slick-next {
		right: 1px
	}
}

.slider-videos-default .tx-drc-slick-carousel .slick-prev {
	right: 44px
}

@media print,screen and (min-width:56em) {
	.slider-videos-default .tx-drc-slick-carousel .slick-prev {
		right: 24px
	}
}

.slider-videos-widescreen .tx-drc-slick-carousel .spanVideo {
	position: relative;
	height: 0;
	margin-bottom: 0;
	padding-bottom: 56.25%;
	overflow: hidden
}

.slider-videos-widescreen .tx-drc-slick-carousel .spanVideo a.html5lightbox,.slider-videos-widescreen .tx-drc-slick-carousel .spanVideo embed,.slider-videos-widescreen .tx-drc-slick-carousel .spanVideo iframe,.slider-videos-widescreen .tx-drc-slick-carousel .spanVideo object,.slider-videos-widescreen .tx-drc-slick-carousel .spanVideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.slider-videos-widescreen .tx-drc-slick-carousel .slick-slide {
	margin: 0 20px
}

.slider-videos-widescreen .tx-drc-slick-carousel .slick-next {
	right: 21px
}

.slider-videos-widescreen .tx-drc-slick-carousel .slick-prev {
	right: 44px
}

#html5-lightbox-overlay {
	background-color: #1e1e1e!important
}

#html5-elem-wrap,#html5-lightbox-box {
	max-height: 1000px;
	max-width: 1000px
}

.media-gallery {
	position: relative;
	max-width: calc(100% + 1.09375rem);
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: -webkit-max-content 0 0 0 0 0 0 0 0 0 0;
	grid-auto-rows: max-content 0 0 0 0 0 0 0 0 0 0;
	overflow: hidden
}

.media-gallery:not(.media-gallery--single) {
	margin: 0 -1.09375rem
}

@media print,screen and (min-width:40em) {
	.media-gallery:not(.media-gallery--single) {
		grid-template-columns: 1fr 1fr
	}
}

@media screen and (min-width:56em) {
	.media-gallery:not(.media-gallery--single) {
		grid-template-columns: 1fr 1fr 1fr
	}
}

.media-gallery:not(.media-gallery--single).slick-initialized .media-gallery-media-wrapper {
	margin: 0
}

.media-gallery:not(.media-gallery--single) .media-gallery-media-wrapper,.media-gallery:not(.media-gallery--single) .slick-slide {
	margin: 0 1.09375rem
}

.media-gallery .media-gallery-thumbnail {
	width: 100%;
	height: auto
}

.media-gallery.slick-initialized {
	display: block;
	overflow: inherit
}


.media-gallery .media-gallery-media-wrapper,.media-gallery .slick-slide {
	position: relative
}

.media-gallery .slick-next {
	right: 21px
}

.media-gallery .slick-prev {
	right: 44px
}

.media-gallery--single .slick-next {
	right: 0
}

.media-gallery--single .slick-prev {
	right: 23px
}

.media-gallery.slick-initialized .video:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 74px;
	height: 74px;
	background-size: 74px 74px;
	background: url(../images/play-video.svg) no-repeat 0 0
}

.media-gallery .with-detail-page {
	margin-bottom: 2.75rem
}

.media-gallery-text {
	margin-top: .875rem
}

.media-gallery-detail {
	position: absolute!important;
	bottom: 0
}

.media-gallery--navigation-bottom .slick-next,.media-gallery--navigation-bottom .slick-prev {
	top: auto;
	bottom: -26px
}

.layout-bordered-slider-images .media-gallery img,.layout-bordered-slider-images .thumb>a.html5lightbox>img {
	border: 1px solid #dfdfdf
}

.slider-arrows-to-header {
	position: relative
}

.slider-arrows-to-header .slick-slider {
	position: inherit
}

.slider-arrows-to-header .slick-next,.slider-arrows-to-header .slick-prev {
	top: 0
}

.slider-headers header {
	width: 50%
}

.blog-header {
	background-color: #e7e7e7;
	padding: 0 .875rem
}

.blog-header:after,.blog-header:before {
	display: table;
	content: " "
}

.blog-header:after {
	clear: both
}

.blog-header .breadcrumb-column:after,.blog-header .breadcrumb-column:before {
	display: table;
	content: " "
}

.blog-header .breadcrumb-column:after {
	clear: both
}

.blog-header .blog-header-title {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #70767a;
	font-weight: 700;
	float: left;
	position: relative;
	line-height: 50px
}

.blog-header .rootline {
	vertical-align: middle;
	float: right;
	position: relative
}

.blog-header .rootline>li {
	line-height: 50px
}

.blog-header .rootline>li .titlespan,.blog-header .rootline>li>a {
	padding: .6125rem .875rem;
	line-height: 1;
	color: #70767a
}

.blog-header .rootline>li:last-child>a {
	color: #70767a
}

.blog-header .rootline>li+li {
	position: relative
}

.blog-header .rootline>li+li:before {
	content: "/";
	font-size: .875rem
}

.blog-content {
	margin-top: 1.875rem;
	background-color: #fefefe;
	margin-bottom: 3.125rem
}

.blog-content:after,.blog-content:before {
	display: table;
	content: " "
}

.blog-content:after {
	clear: both
}

.blog-content .content,.blog-content .content-right {
	margin-top: 0
}

@media screen and (max-width:39.99875em) {
	.blog-content .content {
		margin-bottom: 3.125rem
	}
}

.blog-content .blog-content-elements .product-name,.blog-content .blog-content-elements h2,.blog-content .blog-content-elements h3 {
	margin-top: 1.875rem
}

.blog-content .blog-content-elements .ce-bodytext ol,.blog-content .blog-content-elements .ce-bodytext ul {
	margin-bottom: 0
}

.blog-content .content-right .header .product-name,.blog-content .content-right .header h1,.blog-content .content-right .header h2,.blog-content .content-right .header h3,.blog-content .content-right .header h4,.blog-content .content-right .header h5,.blog-content .content-right .header h6 {
	color: #004174
}

.blog-content .content-right .news .counter {
	color: #b7b7b7
}

.blog-content .content-right .news .vertical.menu a {
	position: relative;
	display: block;
	padding: .7rem 1rem;
	line-height: 1
}

.blog-content .content-right .news .vertical.menu a:before {
	content: "\F10D";
	font-family: icons;
	font-style: normal;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #3d75a1;
	font-size: .65625rem;
	transition: transform .25s
}

.blog-content .content-right .news .vertical.menu .is-accordion-submenu-parent {
	padding: .5rem 1rem
}

.blog-content .content-right .news .vertical.menu .is-accordion-submenu-parent+.is-accordion-submenu-parent {
	border-top: 1px solid #e6e6e6
}

.blog-content .content-right .news .vertical.menu .is-accordion-submenu-parent[aria-expanded=true]>a:before {
	transform-origin: 50% 50%;
	transform: rotate(90deg)
}

.blog-content .content-right .news .vertical.menu li:last-of-type {
	border-bottom: 1px solid #e6e6e6
}

.blog-content .content-right .news .vertical.menu.nested li:last-of-type {
	border: none
}

.blog-content .content-right .news-category-list ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0
}

.blog-content .content-right .news-category-list li {
	padding-left: 20px;
	border-bottom: 1px solid #e6e6e6
}

.blog-content .content-right .news-category-list a {
	position: relative;
	display: block;
	padding: 10px 15px;
	font-weight: 400
}

.blog-content .content-right .news-category-list a:before {
	content: "\F10D";
	font-family: icons;
	font-style: normal;
	position: absolute;
	color: #004174;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 8px
}

.blog-content .content-right .news-tag-list {
	padding-top: 1em
}

.blog-content .content-right .news-tag-list a {
	font-weight: 400
}

.blog-content .content-right .news-tag-list ul {
	list-style-type: none;
	padding-left: 0;
	margin: -12px -4px
}

.blog-content .content-right .news-tag-list ul:after,.blog-content .content-right .news-tag-list ul:before {
	display: table;
	content: " "
}

.blog-content .content-right .news-tag-list ul:after {
	clear: both
}

.blog-content .content-right .news-tag-list li {
	float: left;
	border: 1px solid #cacaca;
	margin: 12px 4px;
	padding: 3px 9px
}

.news-information-bar {
	padding: .5625rem 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

.news-detail-navigation-bar {
	margin: 3.125rem 0 1.875rem
}

.news-detail-navigation-bar-previous .icon {
	margin-right: .3125rem
}

.news-detail-navigation-bar-next {
	text-align: right
}

.news-detail-navigation-bar-next .icon {
	margin-left: .625rem
}

.news-detail-navigation-bar a {
	font-weight: 400
}

.news-meta-information .news-categories-items:before,.news-meta-information .news-tags-items:before {
	content: "|";
	margin-left: 5px;
	margin-right: 10px
}

.news-tags-items a {
	font-weight: 400
}

.news-list-view .news-image img {
	width: 100%
}

.news-list-view .news-categories-items a {
	font-weight: 400
}

.news-list-view .news-categories-items-separator {
	margin-left: 5px;
	margin-right: 10px
}

.news-list-pager-items .teaser-title {
	margin-top: .875rem
}

.news-list-pager-items .teaser-text {
	color: #3a3a3a
}

.news-pager-button-container .button {
	margin: 0
}

.news-pager-button-container .button+.button {
	margin-left: .875rem
}

.news-related-pager-l2 .news-pager-static,.news-related-pager-l2 .news-slider,.news-related-pager-l3 .news-pager-static,.news-related-pager-l3 .news-slider,.news-related-pager-l4 .news-pager-static,.news-related-pager-l4 .news-slider,.news-related-pager-l .news-pager-static,.news-related-pager-l .news-slider {
	position: relative
}

.news-related-pager-l2 .news-pager-static .news-list-pager-items,.news-related-pager-l2 .news-slider .news-list-pager-items,.news-related-pager-l3 .news-pager-static .news-list-pager-items,.news-related-pager-l3 .news-slider .news-list-pager-items,.news-related-pager-l4 .news-pager-static .news-list-pager-items,.news-related-pager-l4 .news-slider .news-list-pager-items,.news-related-pager-l .news-pager-static .news-list-pager-items,.news-related-pager-l .news-slider .news-list-pager-items {
	padding-bottom: 40px
}

.news-related-pager-l2 .news-pager-static .news-pager-button-container,.news-related-pager-l2 .news-slider .news-pager-button-container,.news-related-pager-l3 .news-pager-static .news-pager-button-container,.news-related-pager-l3 .news-slider .news-pager-button-container,.news-related-pager-l4 .news-pager-static .news-pager-button-container,.news-related-pager-l4 .news-slider .news-pager-button-container,.news-related-pager-l .news-pager-static .news-pager-button-container,.news-related-pager-l .news-slider .news-pager-button-container {
	bottom: 0;
	position: absolute
}

@media screen and (max-width:39.99875em) {
	.news-related-pager-l1 .news-list-pager-items+.news-list-pager-items {
		padding-top: 1.875rem
	}
}

@media screen and (min-width:40em) {
	.news-related-pager-l1 .news-pager-static,.news-related-pager-l1 .news-slider {
		position: relative
	}

	.news-related-pager-l1 .news-pager-static .news-list-pager-items,.news-related-pager-l1 .news-slider .news-list-pager-items {
		padding-bottom: 40px
	}

	.news-related-pager-l1 .news-pager-static .news-pager-button-container,.news-related-pager-l1 .news-slider .news-pager-button-container {
		bottom: 0;
		position: absolute
	}
}

.news .page-navigation {
	text-align: center;
	width: 100%
}

.news .page-navigation p {
	display: none
}

.news .page-navigation .pagination {
	margin: 3.125rem 0 1.875rem
}

.news .page-navigation .pagination li {
	min-width: 40px
}

.news .page-navigation .pagination .active>span {
	background-color: #ddd;
	font-weight: 700;
	display: block
}

.news .page-navigation .pagination .active>span,.news .page-navigation .pagination a {
	line-height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	color: #6f686b
}

.news .page-navigation .pagination a {
	font-weight: 400
}

.news .page-navigation .pagination li.previous a {
	padding-left: 4px
}

.news .page-navigation .pagination li.next a {
	padding-left: 8px
}

.news-pager-headline {
	float: left;
	position: relative;
	color: #3a3a3a;
	font-weight: 400
}

.news-pager-header .border-top.bold,.news-pager-header .headline.border-top {
	padding-top: 2rem;
	border-top: 1px solid #dfdfdf
}

.article-blog {
	padding-bottom: 0
}

.article-blog .news-image,.article-blog .aaa-news-image-wrapper {
	margin-bottom: 30px
}

.article-blog-listitem .footer {
	margin-top: 3px;
	margin-bottom: 20px;
	padding: 0;
	border: none
}

.article-blog-listitem .teaser-text {
	color: #70767a
}

.article-blog-listitem .news-list-date,.article-blog-single .news-author {
	display: none
}

.article-blog-single .teaser-text {
	font-weight: 400
}

.article-blog-single .footer {
	margin-top: 3.125rem;
	margin-bottom: 1.875rem
}

.article-blog-single .footer p {
	margin: 0
}

.article-blog-single .footer .news-categories-items-separator {
	display: none
}

.article-blog-single .news-related {
	border: none;
	padding: 0;
	font-size: 10px
}

.article-blog-single .news-related ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.article-blog-single .news-related ul .title {
	margin-top: 25px
}

.article-blog-single .news-related ul p {
	font-weight: 400
}

.article-blog-single .news-related ul a {
	margin-top: 20px
}

.news-categories-items a,.news-category-list a,.news-detail-navigation-bar a,.news-list-categories-and-tags a,.news-menu-view a,.news-tag-list a,.news-tags-items a {
	color: #3a3a3a;
	font-weight: 400
}

.share-button {
	display: inline-block
}

.share-button ul {
	display: none;
	position: absolute;
	background-color: #fff;
	list-style-type: none;
	padding: 1em;
	margin: 0;
	z-index: 1
}

.share-button ul li a {
	display: inline-block;
	width: 100%;
	line-height: 2em
}

.share-button:hover ul {
	display: block
}

.embed-collection {
	position: relative
}

.embed-collection .overlay-buttons {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0
}

.embed-collection .overlay-buttons .embed-collection-button {
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: #004174;
	color: #fefefe;
	outline: none
}

.embed-collection .overlay-buttons .embed-collection-button:disabled {
	background-color: #e9e8f2
}

@media screen and (max-width:39.99875em) {
	.embed-collection .overlay-buttons .embed-collection-button {
		font-size: 10px;
		width: 30px;
		height: 30px
	}
}

.header-slider-video-mobile {
	padding-bottom: 60.9375%
}

@media print,screen and (min-width:40em) {
	.header-slider-video-mobile {
		display: none;
		padding-bottom: 28.125%
	}
}

.header-slider-video {
	display: none;
	padding-bottom: 28.125%
}

@media print,screen and (min-width:40em) {
	.header-slider-video {
		display: block
	}
}

.video.with-play-icon:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 74px;
	height: 74px;
	background-size: 74px 74px;
	background: url(../images/play-video.svg) no-repeat 0 0
}

.cookieconsent-optout-marketing {
	width: 100%;
	height: 100%;
	position: absolute
}

.cookieconsent-optout-marketing-video-outter {
	display: flex;
	align-items: center;
	text-align: center;
	background-color: #eee;
	width: 100%;
	height: 100%;
	padding: .875rem
}

.cookieconsent-optout-marketing-video-inner {
	width: 100%
}

.event-list-wrapper p,.event-slider p {
	margin: 0
}

.event-list-wrapper .button,.event-slider .button {
	margin-top: 14px
}

.event-list-wrapper .right,.event-slider .right {
	float: right
}

.event-list-wrapper {
	display: flex;
	flex-wrap: wrap
}

.event-list-wrapper .event-list-element {
	margin-bottom: 50px
}

.event-list-element {
	width: 100%
}

.event-slider {
	margin: 0 -.9375rem
}

.event-slider.slick-initialized .slide {
	margin: 0
}

.event-slider .slick-slide,.event-slider .slide {
	margin: 0 1.09375rem
}

.event-text-wrapper .description {
	margin-top: 0;
	padding-top: 10px;
	font-weight: 400
}

.event-image-wrapper {
	position: relative;
	width: 100%;
	min-height: 118px;
	margin-bottom: .875rem
}

.event-image {
	height: auto;
	max-width: 100%
}

.event-text-header {
	color: #036;
	font-weight: 700
}

@media print,screen and (min-width:40em) {
	.event-list-element {
		flex-basis: calc(50% - 0.9375rem)
	}

	.event-list-element.odd {
		padding-right: .9375rem
	}

	.event-list-element.even {
		padding-left: .9375rem
	}
}

.calendar-title {
	font-size: 1rem;
	text-transform: uppercase;
	color: #fefefe;
	background-color: #3d75a1;
	padding: .6125rem .875rem;
	margin: 0;
	position: relative
}

.calendar-title .sidebar-icon {
	position: absolute;
	right: 20px;
	font-size: 10px;
	margin-top: 5px
}

#events-calendar {
	position: relative
}

#events-calendar .clndr {
	width: 100%
}

#events-calendar .clndr-table {
	border-bottom: 1px inset #ddd;
	padding-bottom: 1.3125rem
}

#events-calendar .clndr-controls {
	height: 45px;
	border-bottom: 1px inset #ddd
}

#events-calendar .clndr-previous-button {
	position: absolute;
	left: 0;
	z-index: 3;
	padding: 0 5px;
	font-size: 32px;
	font-weight: lighter
}

#events-calendar .clndr-previous-button:hover {
	cursor: pointer
}

#events-calendar .month {
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	z-index: 2;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	color: #555
}

#events-calendar .clndr-next-button {
	position: absolute;
	right: 0;
	z-index: 3;
	padding: 0 5px;
	font-size: 32px;
	font-weight: lighter
}

#events-calendar .clndr-next-button:hover {
	cursor: pointer
}

#events-calendar thead {
	border: none
}

#events-calendar td {
	background-color: #fefefe;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
	font-weight: 700;
	color: #7f7f7f;
	text-align: center
}

#events-calendar tbody tr td:last-of-type {
	border-right: 1px solid #ccc
}

#events-calendar td.header-day {
	background: #fff;
	color: #666;
	border: none;
	border-bottom: 1px solid #ccc
}

#events-calendar td.last-month,#events-calendar td.next-month {
	background-color: #fff;
	color: #ccc
}

#events-calendar td.event {
	background-color: #3d75a1;
	color: #fefefe
}

#events-calendar td.event:hover {
	cursor: pointer
}

#events-calendar .event-listing-title {
	margin-bottom: .875rem;
	font-weight: 700
}

#events-calendar .event-item {
	margin-bottom: 10px
}

#events-calendar .event-item-name a {
	color: #666
}

#events-calendar .event-item-name:after {
	content: " >"
}

#calendar-popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	background-color: #fefefe;
	border: 1px solid #ccc;
	z-index: 9
}

#calendar-popup p {
	margin-bottom: 0
}

#language,.event-list {
	display: none
}

.event-list-element-detail .event-image {
	border: 2px solid #f7f7f7
}

.event-list-element-detail .dates,.event-list-element-detail .event-position {
	font-size: 12px;
	font-weight: 700
}

.event-list-element-detail .bold,.event-list-element-detail .headline {
	padding-top: 16px
}

.event-list-element-detail .event-text-wrapper {
	margin-top: 5px;
	padding: 16px;
	background-color: #f7f7f7
}

.accordion {
	margin-top: 0;
	margin-bottom: 0;
	background-color: transparent
}

.accordion li.accordion-item:before {
	content: ""!important;
	padding: 0;
	display: none
}

.accordion .accordion-item+.accordion-item {
	margin-top: 1em
}

.accordion .accordion-item .accordion-title {
	background-color: #bdcedc;
	text-transform: uppercase;
	font-size: 1rem;
	padding: 1.09375rem 2.625rem 1.09375rem .875rem;
	color: #004174;
	font-weight: 700;
	text-decoration: none
}

.accordion .accordion-item .accordion-title:hover {
	text-decoration: none
}

.accordion .accordion-item .accordion-title:before {
	font-size: 2.1875rem;
	margin-top: -1.1375rem;
	color: #fefefe
}

.accordion .accordion-item .accordion-content {
	border: none;
	background-color: #fefefe
}

.accordion .accordion-item .accordion-content .button.primary {
	margin-bottom: .875rem
}

.accordion .accordion-item .accordion-content a:not(.button) {
	color: #004174
}

.accordion .accordion-item .accordion-content a:not(.button):hover {
	color: #bdcedc
}

.accordion-layout-1 .accordion {
	margin-top: 0
}

.accordion-layout-1 .accordion-item {
	background-color: transparent;
	border-top: 1px solid #3e76a2;
	margin-bottom: 0
}

.accordion-layout-1 .accordion-item .accordion-title {
	background-color: transparent;
	color: #036
}

.accordion-layout-1 .accordion-item .accordion-title:before {
	content: "\F10D";
	font-family: icons;
	font-style: normal;
	color: #369;
	font-weight: 400;
	font-size: 1.75rem
}

.accordion-layout-1 .accordion-item .accordion-content {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0
}

.accordion-layout-1 .accordion-item .accordion-content .ce-left:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0
}

.accordion-layout-1 .accordion-item .accordion-content .ce-left .ce-gallery {
	float: left;
	width: 30%
}

.accordion-layout-1 .accordion-item .accordion-content .ce-left .ce-bodytext {
	margin-left: 31%
}

.accordion-layout-1 .accordion-item .accordion-content .ce-left .button {
	float: right;
	background-color: #369
}

.accordion-layout-1 .accordion-item .accordion-content .ce-left .button:after {
	margin-left: .875rem
}

.accordion-layout-1 .accordion-item.is-active {
	border-top: none
}

.accordion-layout-1 .accordion-item.is-active a {
	background-color: #004174;
	color: #fefefe
}

.accordion-layout-1 .accordion-item.is-active .accordion-title:before {
	content: "";
	display: none
}

.accordion-layout-1 .accordion-item:last-child {
	border-bottom: 1px solid #3e76a2
}

#top .is-accordion-submenu-item>a,#top .is-accordion-submenu-parent>a,.content .is-accordion-submenu-item>a,.content .is-accordion-submenu-parent>a {
	position: relative
}

#top .is-accordion-submenu-item>a:before,#top .is-accordion-submenu-parent>a:before,.content .is-accordion-submenu-item>a:before,.content .is-accordion-submenu-parent>a:before {
	content: "\F10D";
	font-family: icons;
	font-style: normal;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #3d75a1;
	font-size: .65625rem;
	transition: transform .25s
}

#top .is-accordion-submenu-item>a:focus,#top .is-accordion-submenu-parent>a:focus,.content .is-accordion-submenu-item>a:focus,.content .is-accordion-submenu-parent>a:focus {
	outline: none
}

#top .is-accordion-submenu-parent,.content .is-accordion-submenu-parent {
	border-bottom: 1px solid #cacaca;
	padding: .4375rem .875rem
}

#top .is-accordion-submenu-parent[aria-expanded=true]>a:before,.content .is-accordion-submenu-parent[aria-expanded=true]>a:before {
	transform-origin: 50% 50%;
	transform: rotate(90deg)
}

.icon-expandable-arrow {
	font-size: .75rem
}

.icon-expandable-arrow:after {
	content: "\F101";
	font-family: icons;
	font-style: normal
}

.is-active .icon-expandable-arrow:after {
	content: "\F10E";
	font-family: icons;
	font-style: normal
}

.single-accordion .single-accordion-title {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	margin: 1.0625rem 0
}

.single-accordion .single-accordion-title:hover {
	text-decoration: none
}

.single-accordion .single-accordion-content {
	display: none
}

#floatingcontrols {
	z-index: 10002;
	position: fixed;
	right: 0;
	top: 100px;
	text-align: right
}

#floatingcontrols .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	color: #fefefe;
	font-size: 1.25rem;
	padding: .625rem;
	cursor: pointer
}

@media screen and (max-width:55.99875em) {
	#floatingcontrols {
		display: none
	}
}

#floatingcontrols #quick-contact-form-section {
	margin-bottom: 15px;
	color: #fefefe
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-openbutton {
	margin-top: 50px;
	display: inline-block;
	cursor: pointer;
	width: 44px
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container {
	padding: 15px;
	text-align: left;
	min-width: 250px;
	min-height: 250px;
	background-color: #3e76a2;
	display: none;
	float: right;
	border: 0 #000
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container #powermail-ajax-form:after,#floatingcontrols #quick-contact-form-section #quick-contact-form-container #powermail-ajax-form:before {
	display: table;
	content: " "
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container #powermail-ajax-form:after {
	clear: both
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container .panel,#floatingcontrols #quick-contact-form-section #quick-contact-form-container p {
	max-width: 230px
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container .callout {
	padding: 5px
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container .validation-error,#floatingcontrols #quick-contact-form-section #quick-contact-form-container .validation-error-email {
	border: 1px solid #c80c05;
	background-color: #f4d9d9
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container .mandatory-fields-notice {
	display: block;
	text-align: right;
	padding-top: 5px;
	font-size: 12px
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container #data-protection-checkbox-wrapper,#floatingcontrols #quick-contact-form-section #quick-contact-form-container #data-protection-checkbox-wrapper table {
	margin-bottom: 0
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container #data-protection-checkbox-wrapper label {
	line-height: 1.6
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container #data-protection-checkbox-wrapper.validation-error {
	background: none;
	margin-bottom: 5px
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container tbody {
	background: none;
	border: 0
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container tbody td {
	padding: 0;
	vertical-align: top
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container tbody td label {
	margin-top: 0
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container tbody td+td {
	padding-left: 10px
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container label {
	color: #fefefe;
	font-weight: 400
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container label a {
	color: #bdcedc;
	font-weight: 700
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container label .mandatory {
	color: #fefefe
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container label.small {
	font-size: .6875rem;
	line-height: 1
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container a {
	color: #fefefe
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container a.phonenumber {
	display: inline-block;
	font-size: 1.25rem;
	margin-top: .9375rem;
	margin-bottom: .5625rem
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container a.contacpagelink {
	position: relative;
	float: right
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container a.contacpagelink .play {
	font-size: .525rem;
	padding-left: 3px
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container .fail {
	background-color: #cc4b37;
	color: #ffec97
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container input {
	margin: 0 0 8px;
	height: auto;
	padding: .75rem .625rem;
	font-size: .8125rem
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container input::-webkit-input-placeholder {
	color: #67696e
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container input:-moz-placeholder,#floatingcontrols #quick-contact-form-section #quick-contact-form-container input::-moz-placeholder {
	color: #67696e;
	opacity: 1
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container input:-ms-input-placeholder {
	color: #67696e
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container .button-container {
	margin-top: 0
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container .button-container .contacpagelink {
	text-align: right;
	padding-right: 0
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container .button {
	margin: 0;
	font-size: .7rem;
	padding: .7rem 2.625rem .7rem .7rem
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container .button.sendbutton {
	font-size: 1.125rem;
	border: 1px solid #fff;
	margin: 0;
	padding: .625rem 1.375rem .5625rem;
	float: right;
	background-color: #16c3bc
}

#floatingcontrols #quick-contact-form-section #quick-contact-form-container .button.sendbutton:hover {
	background-color: #1aa5a0
}

#floatingcontrols #share-page-buttons-openbutton {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	cursor: pointer
}

#floatingcontrols #share-page-buttons-openbutton .imagespan {
	min-height: 44px;
	min-width: 44px;
	background-color: #004174;
	border-radius: 3px 0 0 3px;
	display: inline-block;
	padding: 11px 7px
}

#floatingcontrols #share-page-buttons-openbutton.opened {
	margin: 0 -3px 0 0
}

#floatingcontrols #share-page-buttons-controls-container {
	text-align: left;
	background-color: #f0f0f0;
	display: none;
	vertical-align: top;
	width: 160px;
	margin: 0;
	padding: 15px 30px 15px 15px
}

#floatingcontrols #share-page-buttons-controls-container>div {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	line-height: 1
}

#floatingcontrols #share-page-buttons-controls-container>div.hidden-data {
	display: none
}

#floatingcontrols #share-page-buttons-controls-container>div>i {
	color: #004174;
	cursor: pointer
}

.partner #floatingcontrols {
	top: 150px
}

.careerbox-image {
	width: 100%;
	height: auto;
	margin-bottom: .875rem
}

.careerCe-links:after,.careerCe-links:before {
	display: table;
	content: " "
}

.careerCe-links:after {
	clear: both
}

@media print,screen and (min-width:40em) {
	.careerCe-links {
		text-align: right
	}
}

@media screen and (max-width:39.99875em) {
	.careerCe-links {
		margin-top: 1rem
	}
}

@media screen and (max-width:39.99875em) {
	.careerCe-links .button {
		width: 100%
	}

	.careerCe-links .button+.button {
		margin-top: .875rem
	}
}

@media print,screen and (min-width:40em) {
	.careerCe-links .button+.button {
		margin-left: .875rem
	}
}

.product-category-additional-headline {
	margin-top: 0!important;
	margin-bottom: 3px!important;
	font-size: 1.375rem!important
}

@media screen and (max-width:55.99875em) {
	.product-category-additional-headline {
		margin-top: 3.125rem!important
	}
}

.product-category-additional-subheadline {
	font-weight: 600;
	color: #3e76a2;
	font-size: 1.125rem
}

.product-category-container {
	padding-bottom: 3.125rem;
	overflow: hidden
}

.product-category-container.grey {
	position: relative;
	background: #eee
}

.product-category-container.grey:after,.product-category-container.grey:before {
	content: "";
	position: absolute;
	background: #eee;
	top: 0;
	bottom: 0;
	width: 9999px
}

.product-category-container.grey:before {
	right: 100%
}

.product-category-container.grey:after {
	left: 100%
}

.product-category-container.white {
	position: relative;
	background: #fefefe
}

.product-category-container.white:after,.product-category-container.white:before {
	content: "";
	position: absolute;
	background: #fefefe;
	top: 0;
	bottom: 0;
	width: 9999px
}

.product-category-container.white:before {
	right: 100%
}

.product-category-container.white:after {
	left: 100%
}

.product-category-content-elements-container,.product-category-detail-container {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem
}

.category-overview-item {
	padding-top: 3.125rem;
	margin-bottom: 3.125rem;
	position: relative
}

.category-overview-item .category-headline {
	color: #036;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	padding-right: 3.75rem
}

.category-overview-item .category-name,.category-overview-item .product-name .category-name,.category-overview-item h2 .category-name {
	font-size: 1.375rem;
	color: #036
}

.category-overview-item .category-icon {
	color: #036;
	font-size: 3rem;
	position: absolute;
	top: -12px;
	right: 0
}

.category-overview-item .category-subheadline {
	color: #3e76a2;
	font-weight: 600;
	font-size: 1.125rem;
	padding-right: 3.75rem;
	margin-bottom: .875rem
}

.category-overview-item .category-content-right {
	position: relative
}

.category-overview-item .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none
}

.maincategory .video-container {
	position: relative
}

.maincategory .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none
}

.maincategory .product-category-additional-subheadline {
	margin-bottom: 1.875rem
}

.category-listing {
	display: flex;
	flex-wrap: wrap;
	margin: 30px -.9375rem 0
}

@media screen and (min-width:40em) {
	.category-listing {
		margin: 50px -.9375rem 30px
	}
}

.category-listing .col-1-7th {
	max-width: 14.28571%;
	flex-basis: 14.28571%;
	display: flex;
	justify-content: center;
	cursor: pointer
}

.category-listing i {
	color: #036
}
.category-listing i img { width:70%;}

.category-listing i:before {
	font-size: 1.6rem
}

@media screen and (min-width:40em) {
	.category-listing i:before {
		font-size: 4rem
	}
}

.category-top-link,.glossary .to-top {
	float: right;
	position: relative;
	width: 30px;
	height: 30px;
	background-color: #eee;
	transition: background-color .25s ease-out;
	cursor: pointer
}

.category-top-link:after,.glossary .to-top:after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-10' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%233E76A2' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");
	position: absolute;
	top: 50%;
	left: calc(50% - 7px);
	width: .5rem;
	height: .5rem;
	transform: translate(-50%,-50%) rotate(-90deg)
}

.category-top-link:hover,.glossary .to-top:hover {
	background-color: #bebebe
}

.product-subcategory-subheadline {
	color: #036;
	font-weight: 700
}

.product-category-detail-container .product-subcategory-headline {
	font-size: 1.375rem;
	font-weight: 700;
	color: #036
}

.product-category-detail-container .product-subcategory-subheadline {
	font-size: 1.125rem;
	font-weight: 600;
	color: #3e76a2;
	margin-bottom: 1.875rem
}

.product-category-detail-container .product-subcategory-description p {
	color: #3a3a3a
}

.product-category-detail-container .product-list .product-name {
	color: #036;
	font-weight: 700!important;
	font-size: 1.375rem
}

.product-category-detail-container .product-list .product-facts li {
	color: #6b797e
}

.product-subcategory .product-facts {
	background: #eee;
	padding: .875rem;
	color: #6b797e;
	font-weight: 600
}

.product-list .product {
	margin-bottom: 3.125rem
}

.product-list .product .button {
	margin-top: .875rem
}

.product-name {
	margin-top: 0!important;
	margin-bottom: .9375rem;
	font-weight: 400!important
}

.product-description {
	margin-bottom: 2.1875rem
}

.product-image {
	margin-bottom: .9375rem;
	width: 100%;
	border: 1px solid #f3f1f1;
}

.product-facts {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 16px
}

.product-facts li {
	padding-left: 1.5625rem
}

.product-facts li:before {
	content: "\25A0";
	display: inline-block;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	color: #3d75a1;
	font-size: 1.125rem;
	width: 1.5625rem;
	margin-left: -1.5625rem
}

.product-tabs-vertical .slick-slider .slide img {
	max-width: 100%
}

.product-tabs-vertical .slick-slider .slick-arrow {
	height: 49px;
	padding: 0;
	border: 0;
	width: 49px;
	margin: 2px 0;
	top: 50%;
	left: auto;
	right: 0;
	z-index: 100;
	background-color: rgba(0,0,0,.25)!important
}

.product-tabs-vertical .slick-slider .slick-arrow:hover {
	background-color: #00457a!important
}

.product-tabs-vertical .slick-slider .slick-arrow:after {
	position: relative;
	font-size: 2.1875rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	top: 0
}

.product-tabs-vertical .slick-slider .slick-prev {
	transform: translateY(-51px)
}

.product-tabs-vertical .slick-slider .slick-prev:after {
	content: "\2039"
}

.product-tabs-vertical .slick-slider .slick-next {
	transform: translateY(2px)
}

.product-tabs-vertical .slick-slider .slick-next:after {
	content: "\203A"
}

.product-tabs-vertical .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none
}

.product-tabs-vertical .tabs.vertical {
	background: none;
	border: 0;
	display: flex;
	flex-direction: column;
	height: 318px
}

.product-tabs-vertical .tabs.vertical li {
	flex: 1;
	background-color: #fff;
	border-right: .25rem solid #eee;
	border-left: .375rem solid transparent
}

.product-tabs-vertical .tabs.vertical li:not(.is-active)+li:not(.is-active) {
	border-top: .25rem solid #eee
}

.product-tabs-vertical .tabs.vertical li a {
	height: 100%;
	border-top: none;
	border-left: .375rem solid transparent;
	padding: 0 .3125rem 0 0;
	color: #004174;
	position: relative;
	background-color: transparent;
	display: flex;
	align-items: center
}

.product-tabs-vertical .tabs.vertical li a .category-name {
	display: inline-block;
	font-size: 12px;
	font-weight: 700
}

.product-tabs-vertical .tabs.vertical li a .icon {
	font-size: 2rem;
	width: 3.4375rem
}

.product-tabs-vertical .tabs.vertical li a .icon img{ width:80%;}

.product-tabs-vertical .tabs.vertical li a:focus,.product-tabs-vertical .tabs.vertical li a:hover {
	border-left: .375rem solid transparent;
	color: #004174
}

.product-tabs-vertical .tabs.vertical li a:focus:before,.product-tabs-vertical .tabs.vertical li a:hover:before {
	content: " "
}

.product-tabs-vertical .tabs.vertical li a:focus .category-name,.product-tabs-vertical .tabs.vertical li a:hover .category-name {
	color: #004174
}

.product-tabs-vertical .tabs.vertical li.is-active {
	background-color: #eee;
	border-left: .375rem solid #004174
}

.product-tabs-vertical .tabs.vertical li.is-active .category-name,.product-tabs-vertical .tabs.vertical li.is-active a {
	color: #004174
}

.product-tabs-vertical .tabs.vertical .product-tabs-text {
	flex: 1
}

@media print,screen and (min-width:56em) {
	.product-tabs-vertical {
		position: relative;
		background: #eee;
		max-height: 318px
	}
}

.product-tabs-vertical .accordion.vertical,.product-tabs-vertical .tabs-content {
	border: 0;
	background: transparent
}

@media screen and (max-width:55.99875em) {
	.product-tabs-vertical .accordion.vertical li a .category-name,.product-tabs-vertical .tabs-content li a .category-name {
		width: 85%;
		margin-left: 10px;
		float: left;
		display: block
	}
}

@media screen and (max-width:55.99875em) {
	.product-tabs-vertical .accordion.vertical li a .icon,.product-tabs-vertical .tabs-content li a .icon {
		float: left;
		display: block
	}
}

.product-tabs-vertical .accordion.vertical li a:after,.product-tabs-vertical .tabs-content li a:after {
	content: "";
	display: table;
	clear: both
}

@media screen and (max-width:55.99875em) {
	.product-tabs-vertical .accordion.vertical,.product-tabs-vertical .tabs-content {
		background-color: #fefefe
	}
}

.product-tabs-vertical .accordion.vertical .tabs-panel,.product-tabs-vertical .tabs-content .tabs-panel {
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden
}

@media print,screen and (min-width:56em) {
	.product-tabs-vertical .accordion.vertical .tabs-panel,.product-tabs-vertical .tabs-content .tabs-panel {
		padding-right: 0
	}
}

.product-tabs-vertical .accordion.vertical .product-images,.product-tabs-vertical .tabs-content .product-images {
	margin-bottom: 15px
}

@media print,screen and (min-width:56em) {
	.product-tabs-vertical .accordion.vertical .product-images,.product-tabs-vertical .tabs-content .product-images {
		margin-top: 15px
	}
}

.product-tabs-vertical .accordion.vertical .products,.product-tabs-vertical .tabs-content .products {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.product-tabs-vertical .accordion.vertical .products li,.product-tabs-vertical .tabs-content .products li {
	display: inline-block;
	margin-bottom: 35px;
	margin-right: 35px
}

.product-tabs-vertical .accordion.vertical .products li a,.product-tabs-vertical .tabs-content .products li a {
	text-transform: uppercase;
	color: #0a0a0a;
	font-size: 16px
}

.product-tabs-vertical .accordion.vertical .products li a .productname,.product-tabs-vertical .tabs-content .products li a .productname {
	margin-right: 7px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px
}

.product-tabs-vertical .accordion.vertical .products li a i,.product-tabs-vertical .tabs-content .products li a i {
	color: #3d76a3;
	font-size: 18px
}

.product-tabs-vertical .accordion.vertical .compare,.product-tabs-vertical .tabs-content .compare {
	color: #0a0a0a;
	font-weight: 400!important;
	font-size: 13px
}

.product-tabs-vertical .accordion.vertical .compare i.icon-play-arrow,.product-tabs-vertical .tabs-content .compare i.icon-play-arrow {
	font-size: 8px;
	position: relative;
	top: -2px;
	left: 5px
}

.product-tabs-mobile {
	display: none
}

@media screen and (max-width:39.99875em) {
	.product-tabs-mobile {
		display: block
	}

	.product-tabs-desktop {
		display: none
	}
}

.product-tabs-headline {
	margin-top: 0;
	padding-top: 0;
	color: #036
}

.product-tabs-vertical .tabs-panel {
	height: 100%;
	flex-direction: row
}

.product-tabs-vertical .tabs-panel.is-active,.product-tabs-vertical .tabs-panel[aria-hidden=false] {
	display: flex
}

.product-tabs-vertical .tabs-panel .product-tabs-content-left {
	flex: 1;
	padding-top: .875rem;
	padding-right: .875rem
}

@media screen and (max-width:55.99875em) {
	.product-tabs-vertical .tabs-panel .product-tabs-content-left .button {
		margin-bottom: .875rem
	}
}

.product-tabs-vertical .tabs-panel .product-tabs-content-right {
	vertical-align: top;
	width: 318px;
	overflow: hidden;
	position: relative
}

.product-tabs-vertical .tabs-panel .product-tabs-content-right img {
	width: 100%;
	height: auto
}

@media screen and (max-width:39.99875em) {
	.product-tabs-vertical .tabs-panel {
		display: block
	}

	.product-tabs-vertical .tabs-panel .product-tabs-content-left {
		padding-right: 0
	}

	.product-tabs-vertical .tabs-panel .product-tabs-content-right {
		padding-top: .875rem
	}
}

@media screen and (max-width:55.99875em) {
	.product-tabs-content-right .video {
		position: relative
	}
}

@media print,screen and (min-width:56em) {
	.product-tabs-content-left {
		height: 318px;
		padding-bottom: .875rem
	}

	.product-tabs-content-left .product-tabs-text {
		display: block;
		max-height: 15rem;
		overflow: hidden;
		margin-bottom: .875rem
	}

	.product-tabs-content-left a {
		height: 100%
	}
}

.tx-aaa-products .accordion-layout-0 {
	margin-top: 3.125rem;
	margin-bottom: 3.125rem
}

#gal-locations-map {
	width: 100%;
	height: 530px;
	margin-bottom: 45px
}

.location-entries .location-name {
	font-weight: 700;
	color: #004174;
	font-size: 16px
}

.location-entries p {
	padding: 0;
	margin: 0
}

.search-results-container-row .location-entry {
	padding-bottom: 18px
}

#locations-list .tab-content .content-wrapper {
	display: inline-block;
	text-align: left
}

.gsc-search-button {
	box-sizing: content-box
}

.search tbody {
	background: none
}

.search tbody td {
	padding: 0
}

.search .gsc-control-cse {
	font-family: Open Sans,Helvetica,Arial,sans-serif
}

.search input,.search input:focus {
	box-shadow: none
}

.search .gsc-input-box {
	padding-left: .25rem
}

.meta-nav-search .search-form {
	display: inline-block;
	margin-left: .3125rem
}

.meta-nav-search .searchword-input {
	width: 0;
	display: none;
	background: transparent
}

.meta-nav-search .searchword-input.open {
	display: inline-block;
	width: 7.8125rem;
	margin: 0;
	height: auto;
	padding: 3px;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	font-size: .8em
}

.meta-nav-search .searchword-input:focus {
	outline: none
}

.meta-nav-search .header-search-trigger {
	cursor: pointer;
	vertical-align: text-top
}

.threesixty {
	position: relative;
	overflow: hidden;
	margin: 0 auto
}

.threesixty .ul {
	list-style: none
}

.threesixty .threesixty_images {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0
}

.threesixty .threesixty_images img {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto
}

.threesixty .threesixty_images img.previous-image {
	visibility: hidden
}

.threesixty .threesixty_images img.current-image {
	visibility: visible
}

.threesixty .spinner {
	width: 60px;
	display: block;
	margin: 0 auto;
	height: 30px;
	background: #333;
	background: rgba(0,0,0,.7);
	border-radius: 5px
}

.threesixty .spinner span {
	font-family: Arial,MS Trebuchet,sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 30px;
	display: block
}

.threesixty .nav_bar {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 11
}

.threesixty .nav_bar a {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	background: url(../images/threesixty-sprites.bd8b79eb.png) no-repeat;
	text-indent: -99999px
}

.threesixty .nav_bar a.nav_bar_play {
	background-position: 0 0!important
}

.threesixty .nav_bar a.nav_bar_previous {
	background-position: 0 -73px!important;
	display: none
}

.threesixty .nav_bar a.nav_bar_stop {
	background-position: 0 -37px!important
}

.threesixty .nav_bar a.nav_bar_next {
	display: none;
	background-position: 0 -104px!important
}

.threesixty:-webkit-full-screen {
	background: #fff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px
}

.threesixty:-moz-full-screen {
	background: #fff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px
}

.teaser-media {
	position: relative;
	margin-bottom: .875rem
}

.teaser-media-image {
	width: 100%;
	height: auto
}

.teaser-media-text {
	position: absolute;
	left: 22px;
	top: 20px;
	color: #fefefe;
	font-weight: 700
}

.teaser-media-headline+.teaser-media-subline {
	padding-left: 43px
}

@media screen and (max-width:55.99875em) {
	.teaser-media-headline+.teaser-media-subline {
		padding-left: 20px
	}
}

.teaser-media-headline,.teaser-media-subline {
	margin-bottom: 0
}

h3.io-hclass {
	font-weight: 700;
	color: #3a3a3a
}

.tx-kesearch-pi1,h3.io-hclass {
	font-size: .875rem
}

.tx-kesearch-pi1 .form_kesearch_pi1 tbody {
	border: 0
}

.tx-kesearch-pi1 .form_kesearch_pi1 td {
	padding: 0
}

.tx-kesearch-pi1 .form_kesearch_pi1 .searchfield {
	border-spacing: 0
}

.tx-kesearch-pi1 .form_kesearch_pi1 .searchfield .search-button,.tx-kesearch-pi1 .form_kesearch_pi1 .searchfield .search-word {
	height: 2.4325rem
}

.tx-kesearch-pi1 .form_kesearch_pi1 .searchfield .searchfield-column {
	border-spacing: 0;
	vertical-align: top
}

.tx-kesearch-pi1 .form_kesearch_pi1 .searchfield .searchfield-column.search-text-column {
	width: 100%
}

.tx-kesearch-pi1 .form_kesearch_pi1 .button.primary {
	padding-left: .875rem;
	padding-right: .875rem
}

.tx-kesearch-pi1 .form_kesearch_pi1 .search-button {
	margin: 0
}

.tx-kesearch-pi1 .num-results {
	margin-top: .875rem;
	font-weight: 700
}

.tx-kesearch-pi1 .messsage {
	color: red;
	font-weight: 700
}

.tx-kesearch-pi1 .result-list-item {
	clear: both;
	padding: .875rem 0
}

.tx-kesearch-pi1 .result-list-item .result-number,.tx-kesearch-pi1 .result-list-item .result-title {
	font-size: 1.125rem;
	font-weight: 700
}

.tx-kesearch-pi1 .result-list-item .result-item-add-info {
	margin-bottom: .4375rem
}

.tx-kesearch-pi1 .result-list-item .result-preview .result-icon {
	padding-right: .875rem;
	float: left
}

.tx-kesearch-pi1 .result-list-item .result-preview .result-teaser {
	font-size: .875rem
}

.tx-kesearch-pi1 .result-list-item .result-preview .result-teaser .hit {
	color: red;
	font-weight: 700
}

.tx-kesearch-pi1 .pagination .pagination-text {
	padding-top: .875rem;
	padding-bottom: .875rem;
	font-weight: 700
}

.tx-kesearch-pi1 .pagination ul {
	margin: 0
}

.tx-kesearch-pi1 .pagination li {
	min-width: 40px
}

.tx-kesearch-pi1 .pagination .current {
	background-color: #ddd;
	font-weight: 700;
	display: block
}

.tx-kesearch-pi1 .pagination .current,.tx-kesearch-pi1 .pagination a {
	line-height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	color: #6f686b
}

.tx-kesearch-pi1 .pagination a {
	font-weight: 400;
	text-align: center
}

.tx-kesearch-pi1 .pagination a.next,.tx-kesearch-pi1 .pagination a.prev {
	padding-left: .875rem;
	padding-right: .875rem
}

.tx-kesearch-pi1 .pagination li.previous a {
	padding-left: 4px
}

.tx-kesearch-pi1 .pagination li.next a {
	padding-left: 8px
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #b8b8b8;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .5;
	transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease,visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s,visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #3e76a2;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 35px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform,opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

@media print,screen and (min-width:40em) {
	.fancybox-slide {
		padding: 60px
	}
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
	animation-timing-function: cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform,opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	width: 100%
}

.fancybox-iframe,.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30,30,30,.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
	color: #3e76a2
}

.fancybox-button:hover {
	color: #2f343a
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
	color: #3e76a2;
	cursor: default;
	outline: none;
	opacity: 0
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #2f343a;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-caption {
	background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:0px) {
	.fancybox-caption {
		padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid;
	border-color: #888 #888 #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	to {
		transform: rotate(1turn)
	}
}

@keyframes fancybox-rotate {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}@	supports (padding:0px) {
		.fancybox-caption{padding-left: max(12px,env(safe-area-inset-left));
		padding-right: max(12px,env(safe-area-inset-right))
	}
}}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0,0,0,.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25,.46,.45,.94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

.fancybox-slide .fancybox-content {
	margin: 0
}

.fancybox-slide--video .fancybox-content {
	max-width: 1000px;
	max-height: 562.5px
}

@supports not ((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
	.fancybox-active>:not(.fancybox-container):not(iframe):not(#CybotCookiebotDialog) {
		-webkit-filter: blur(6px);
		filter: blur(6px)
	}
}

@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
	.fancybox-container {
		-webkit-backdrop-filter: blur(6px);
		backdrop-filter: blur(6px)
	}
}

.fancybox-button {
	background: none;
	color: #3e76a2
}

.fancybox-content:before {
	position: absolute;
	content: "";
	left: -35px;
	top: -35px;
	width: calc(100% + 70px);
	height: calc(100% + 70px);
	background-color: #fff
}

@media print,screen and (min-width:40em) {
	.fancybox-content:before {
		left: -60px;
		top: -60px;
		width: calc(100% + 120px);
		height: calc(100% + 120px)
	}
}

.fancybox-caption,.fancybox-infobar {
	display: none
}

.fancybox-slide .fancybox-button {
	position: absolute;
	background-clip: content-box;
	opacity: 1;
	top: 70%;
	width: 35px;
	height: 35px;
	padding: 9px
}

@media print,screen and (min-width:40em) {
	.fancybox-slide .fancybox-button {
		width: 60px;
		height: 60px;
		padding: 11px
	}
}

.fancybox-slide .fancybox-button--close {
	right: -35px;
	top: -35px;
	padding: 9px;
	color: #3a3a3a
}

@media print,screen and (min-width:40em) {
	.fancybox-slide .fancybox-button--close {
		right: -60px;
		top: -60px;
		padding: 14px
	}
}

.fancybox-slide .fancybox-button--arrow_left {
	left: -35px
}

@media print,screen and (min-width:40em) {
	.fancybox-slide .fancybox-button--arrow_left {
		left: -60px
	}
}

.fancybox-slide .fancybox-button--arrow_right {
	right: -35px
}

@media print,screen and (min-width:40em) {
	.fancybox-slide .fancybox-button--arrow_right {
		right: -60px
	}
}

.fancybox-slide .fancybox-inner-caption {
	display: flex;
	align-items: center;
	text-align: left;
	position: absolute;
	left: -35px;
	right: -35px;
	padding: 5px 35px;
	top: 100%;
	background: #fff
}

@media print,screen and (min-width:40em) {
	.fancybox-slide .fancybox-inner-caption {
		left: -60px;
		right: -60px;
		padding: 18px 60px
	}
}

.fancybox-slide .fancybox-slide-index {
	display: flex;
	align-items: center;
	text-align: center;
	position: absolute;
	height: 35px;
	top: -35px;
	left: -27px
}

@media print,screen and (min-width:40em) {
	.fancybox-slide .fancybox-slide-index {
		height: 60px;
		top: -60px;
		left: -46px
	}
}

.menu-on-overview-pages {
	margin-top: -5px;
	list-style-type: none
}

.menu-on-overview-pages li {
	list-style-position: inside;
	display: list-item
}

.menu-on-overview-pages li a {
	padding: .3125rem 1.125rem
}

.menu-on-overview-pages li.active a {
	background: url(../images/navigation-arrow-v2-active.81dd2212.png) no-repeat scroll 0 8.2px transparent
}

.menu-on-overview-pages li a {
	background: url(../images/navigation-arrow-v2.c700fcd7.png) no-repeat scroll 0 8.2px transparent;
	font-size: 1rem
}

.menu-on-overview-pages li a:hover {
	color: #3e76a2
}

.glossary {
	margin-top: 4.8125rem
}

.glossary .bold,.glossary .headline {
	margin-bottom: 2.5rem
}

.glossary .letters {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.125rem
}

.glossary .letters .letter {
	display: inline-block;
	width: 1.625rem;
	height: 1.625rem;
	color: #3e76a2;
	font-size: 1.125rem;
	text-align: center;
	font-weight: 600;
	cursor: pointer
}

.glossary .letters .letter.active {
	background-color: #3e76a2;
	color: #fefefe
}

.glossary .letters .letter.disabled {
	cursor: default
}

.glossary .glossary-row {
	padding-bottom: 2.5rem
}

.glossary .glossary-row+.glossary-row {
	padding: 2.5rem 0;
	border-top: .125rem solid #c0c1c1
}

.glossary .title-letter {
	margin-bottom: 1rem;
	font-size: 2.25rem;
	color: #3e76a2
}

.glossary .page-col.no-pl {
	padding-left: .9375rem
}

@media screen and (min-width:40em) {
	.glossary .page-col.no-pl {
		padding-left: 0
	}
}

.glossary .page-link {
	color: #707070;
	font-weight: 600
}

.glossary .page-link:before {
	content: "\F109";
	font-family: icons;
	font-style: normal
}

.glossary .page-list {
	margin: 0;
	list-style-type: normal
}

.glossary .page-item {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

@media screen and (min-width:40em) {
	.glossary .page-item {
		width: 49%
	}
}

@media screen and (min-width:56em) {
	.glossary .page-item {
		width: 25%
	}
}

.glossary .filler {
	width: 50%
}

.image-gallery__grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -.9375rem;
	margin-right: -.9375rem
}

.image-gallery__grid-item {
	flex-basis: 100%;
	max-width: 100%;
	padding: .9375rem
}

@media print,screen and (min-width:40em) {
	.image-gallery__grid-item {
		flex-basis: 50%;
		max-width: 50%
	}
}

@media print,screen and (min-width:56em) {
	.image-gallery__grid-item {
		flex-basis: 33.333%;
		max-width: 33.333%
	}
}

#top {
	padding-top: 103px
}

@media screen and (max-width:55.99875em) {
	#top {
		padding-top: 66px
	}
}

.partner header .meta-nav .meta-nav-language-switcher {
	border-right: 0
}

@media screen and (max-width:55.99875em) {
	.partner header .aaa-partner-logo {
		padding-right: 20px
	}
}

@media screen and (max-width:600px) {
	.partner header .aaa-partner-logo {
		max-width: 200px
	}
}

@media screen and (max-width:500px) {
	.partner header .aaa-partner-logo {
		max-width: 160px
	}
}

@media screen and (max-width:400px) {
	.partner header .aaa-partner-logo {
		max-width: 130px
	}
}

@media screen and (max-width:300px) {
	.partner header .aaa-partner-logo {
		max-width: 100px
	}
}

.partner header .aaa-main-logo {
	max-width: 120px
}

@media screen and (max-width:600px) {
	.partner header .aaa-main-logo {
		max-width: 120px
	}
}

@media screen and (max-width:500px) {
	.partner header .aaa-main-logo {
		max-width: 120px
	}
}

@media screen and (max-width:400px) {
	.partner header .aaa-main-logo {
		max-width: 120px
	}
}

@media screen and (max-width:300px) {
	.partner header .aaa-main-logo {
		max-width: 100px
	}
}

@media print,screen and (min-width:56em) {
	.partner header {
		vertical-align: middle
	}

	.partner header .header-logo {
		position: absolute;
		top: 50%;
		transform: translateY(-50%)
	}

	.partner header .header-logo a {
		line-height: 3.5rem
	}

	.partner header .header-logo a+a {
		margin-left: 3.625rem
	}

	.partner header .header-vertical-container {
		position: relative;
		width: 100%;
		height: 100%
	}

	.partner header .header-center-vertical {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%
	}
}

.partner .anchor {
	content: "";
	display: block;
	height: 6.5625rem;
	margin: -6.5625rem 0 0;
	visibility: hidden
}

.partner #footer .footernav {
	color: #fff;
	max-height: 4rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.partner #footer .footernav .menu>li>a {
	padding: 0;
	color: #fff;
	font-weight: 600
}

.partner #footer .nav-to-top {
	padding: 0;
	top: -5.25rem
}

.partner-menu {
	margin-top: 60px;
	margin-bottom: 50px
}

.partner-menu .tabs.vertical {
	border: 0
}

.partner-menu .tabs.vertical li {
	background-color: #e5e5e5
}

.partner-menu .tabs.vertical li a {
	text-decoration: none;
	border-bottom: 1px solid #eee;
	border-left: 1px solid transparent;
	padding: 1.12rem;
	font-size: 12px;
	font-weight: 400;
	color: #444b52
}

.partner-menu .tabs.vertical li a:focus,.partner-menu .tabs.vertical li a:hover,.partner-menu .tabs.vertical li a[aria-selected=true] {
	border-left: 1px solid #3d75a1;
	border-top: 1px solid transparent
}

.partner-menu .tabs.vertical li a:hover {
	text-decoration: none;
	color: #004174
}

.partner-menu .tabs.vertical li.active {
	background-color: #fefefe
}

.partner-menu .tabs.vertical li.active a {
	color: #0a0a0a
}

@media screen and (max-width:39.99875em) {
	.partner-menu {
		margin-top: 40px;
		margin-bottom: 40px
	}
}

@media screen and (max-width:39.99875em) {
	.page-verifier .header-logo {
		max-width: 80%;
		line-height: 37px
	}
}

@media screen and (min-width:56em) {
	.page-verifier .header-logo {
		max-width: 25%
	}
}

@media screen and (min-width:1050px) {
	.page-verifier .header-logo {
		max-width: none
	}
}

.extbase-debugger {
	margin-top: 150px
}

.extbase-debugger+.extbase-debugger {
	margin-top: .875rem
}
.dazi { color: #00528c; font-size:2.4125rem; line-height: 1; font-weight:bold;}

/*piao-btn*/
.piao-wrap { position:relative;}
.piao-btn { position:absolute;left:50%; margin-left:267px; top:50%;width:234px; height:73px; background-image: linear-gradient(180deg, #FFFFFF 0%, #D1D1D1 100%);box-shadow: 0 2px 20px 0 rgba(0,0,0,0.50);border-radius: 8px; text-align:center;font-family: SourceHanSansCN-Bold;font-size:1.4125rem;color: #0b5489; line-height:73px; letter-spacing: 0; z-index:3333;}
.piao-btn i { display:inline-block; width:10px; height:18px; background:url(../images/btn-jiao.png) no-repeat; vertical-align:middle; margin-top:-2px; margin-left:20px; }
.piao-btn a {color: #0b5489;  display:block; }
.piao-btn a:hover {color: #0b5489; }

@media (max-width:1200px){
	/*piao-btn1200*/
.piao-btn {left:auto; right:5%; margin-left:0;}
}
@media (max-width:992px){

/*piao-btn992*/
.piao-btn { height:63px; line-height:63px;}

}
@media (max-width:767px){

/*piao-btn767*/
.piao-btn { height:53px;width:214px; top:auto; bottom:10px; line-height:53px;font-size:1.2125rem;}

}